Skip to content

Commit 9fe5750

Browse files
AlCalzoneCopilot
andcommitted
ci: use Node 24 for publishing
Co-authored-by: Copilot <copilot@github.com>
1 parent 79c70c3 commit 9fe5750

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v6
18-
- name: Use Node.js 20
18+
- name: Use Node.js 24
1919
uses: actions/setup-node@v6
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
cache: "npm"
2323
- run: npm ci
2424
- run: npm test

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 20
17+
node-version: 24
1818
cache: "npm"
1919
- run: npm ci
2020
- run: npm test
@@ -30,14 +30,10 @@ jobs:
3030
- uses: actions/checkout@v6
3131
- uses: actions/setup-node@v6
3232
with:
33-
node-version: 22
33+
node-version: 24
3434
registry-url: https://registry.npmjs.org/
3535
cache: "npm"
3636

37-
# Ensure npm 11.5.1 or later is installed
38-
- name: Update npm
39-
run: npm install -g npm@latest
40-
4137
- run: npm ci
4238

4339
- name: Determine dist-tag

0 commit comments

Comments
 (0)