From 3a9172ced340fa04a725c1ef50cdfefa76240448 Mon Sep 17 00:00:00 2001 From: Conicaw Date: Sun, 20 Oct 2024 16:53:43 -0500 Subject: [PATCH] ci(node): use 23 Use node 23 commit-id:cb06f491 --- .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 3a5b3e8..a63f819 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.4 with: - node-version: '22.x' + node-version: '23.x' cache: 'npm' env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2bd400..5382a96 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.4 with: - node-version: '22.x' + node-version: '23.x' cache: 'npm' - name: Install NPM dependencies @@ -37,7 +37,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4.0.4 with: - node-version: '22.x' + node-version: '23.x' cache: 'npm' - name: Install NPM dependencies