Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release_nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading