From 2a7e983e7eb632b7802b3d99b56c21f7780f9984 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 13 May 2026 10:52:23 +0700 Subject: [PATCH] chore(ci): bump node to 24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4f8d48..07e1411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: '24' cache: 'pnpm' - run: pnpm install --frozen-lockfile --ignore-scripts