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