From 90c656eeba2f35833c2e8ae63617c21141b5f4e9 Mon Sep 17 00:00:00 2001 From: Conicaw Date: Fri, 26 Apr 2024 14:57:51 -0500 Subject: [PATCH] ci(release): use node 22 Use node 22 commit-id:a824bb56 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 521828e..6ffacf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4.0.2 with: - node-version: '21.x' + node-version: '22.x' cache: 'npm' env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ef6b096..67e8a3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4.0.2 with: - node-version: '21.x' + node-version: '22.x' cache: 'npm' - name: Install NPM dependencies @@ -37,7 +37,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4.0.2 with: - node-version: '21.x' + node-version: '22.x' cache: 'npm' - name: Install NPM dependencies