From 318122a41f7060008a29030a29bcddd8f77cda3f Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Mon, 30 Dec 2024 15:17:01 +0800 Subject: [PATCH] update ci to node 22 --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 52a9657..4a2c447 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -29,10 +29,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Use Node.js 18.x + - name: Use Node.js 22.x uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 22.x cache: 'npm' - run: npm install - run: npm run build