From edb7b96fea2e2b081fe5f0bcdb5ef70c45884399 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 13 May 2026 10:33:45 +0700 Subject: [PATCH] fix(ci): bump Node.js to 22 required by pnpm@11.1.1 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b005b0d..79b3c86 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: 'pnpm' - run: pnpm install --frozen-lockfile - run: pnpm test @@ -38,7 +38,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: 'pnpm' - run: pnpm install --frozen-lockfile - run: pnpm build-nolog