Skip to content

Commit b9898e3

Browse files
committed
update to node24 in ci npm/cli#8730
1 parent bb17e31 commit b9898e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@v6
3636
with:
37-
node-version: '20'
37+
node-version: '24'
3838
cache: npm
3939

4040
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node.js
3939
uses: actions/setup-node@v6
4040
with:
41-
node-version: '20'
41+
node-version: '24'
4242
registry-url: 'https://registry.npmjs.org/'
4343

4444
- name: Install dependencies

0 commit comments

Comments
 (0)