Skip to content

Commit 93369ef

Browse files
committed
chore: Upgrade to Node.js 24.x for npm 11.5.1+ (required for Trusted Publishing).
1 parent 24b472d commit 93369ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js
1919
uses: actions/setup-node@v6
2020
with:
21-
node-version: '22.x'
21+
node-version: '24.x'
2222
- name: Install dependencies
2323
run: |
2424
npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Use Node.js
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: 22.x
27+
node-version: 24.x
2828
- name: Install dependencies
2929
run: |
3030
npm ci

0 commit comments

Comments
 (0)