Skip to content

Commit 236da4b

Browse files
authored
Bump actions versions, and pin nodejs 22.14.0 and npm@11 (#99)
* Bump actions versions, and pin nodejs 22.14.0 and npm@11 * Bump to Node 24.18.0
1 parent 954f603 commit 236da4b

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
17-
- name: Use Node.js 20.x
18-
uses: actions/setup-node@v3
16+
- uses: actions/checkout@v7
17+
- name: Use Node.js 24.18.0
18+
uses: actions/setup-node@v6
1919
with:
20-
node-version: 20.x
20+
node-version: 24.18.0
2121
cache: "npm"
2222
cache-dependency-path: "package-lock.json"
2323
- name: "Install deps"

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
publish:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-node@v3
14+
- uses: actions/checkout@v7
15+
- uses: actions/setup-node@v6
1616
with:
17-
node-version: '20.x'
17+
node-version: '24.18.0'
1818
registry-url: 'https://registry.npmjs.org'
19-
- run: npm install -g npm@latest
19+
- run: npm install -g npm@11
2020
- run: npm ci
2121
- run: npm run build:dist
2222
- run: npm test

0 commit comments

Comments
 (0)