diff --git a/.github/workflows/release_nodejs.yml b/.github/workflows/release_nodejs.yml index 80136f885f8f..ede5ad642d52 100644 --- a/.github/workflows/release_nodejs.yml +++ b/.github/workflows/release_nodejs.yml @@ -49,7 +49,7 @@ env: jobs: build: - name: stable - ${{ matrix.settings.target }} - node@20 + name: stable - ${{ matrix.settings.target }} - node@24 runs-on: ${{ matrix.settings.host }} defaults: run: @@ -112,7 +112,7 @@ jobs: - name: Setup node uses: actions/setup-node@v6 with: - node-version: "20" + node-version: "24" cache: pnpm cache-dependency-path: "bindings/nodejs/pnpm-lock.yaml" - name: Install @@ -185,7 +185,7 @@ jobs: - name: Setup node uses: actions/setup-node@v6 with: - node-version: "20" + node-version: "24" cache: pnpm cache-dependency-path: "bindings/nodejs/pnpm-lock.yaml" - name: Install dependencies @@ -204,7 +204,7 @@ jobs: - name: Update npm # Trusted publishing requires npm CLI version 11.5.1 or later. - run: npm install -g npm@latest + run: npm install -g npm@12 - name: Add LICENSE & NOTICE # Set working directory to root to copy LICENSE & NOTICE