From 6f668c00209438977b45cc84cddeb39a286a0cd4 Mon Sep 17 00:00:00 2001 From: bluwy Date: Wed, 27 Nov 2024 14:01:48 +0800 Subject: [PATCH] ci: use node 22 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f47182..c1b7233 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - - name: Set node version to 16 + - name: Set node version to 22 uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: 'pnpm' - run: pnpm install