Skip to content

Commit 9f26565

Browse files
authored
Update actions checkout to use node 24 (#2226)
* use node 24 * update other parts to node 24 * bump to major version, audit fix, changelog * update licenses * update dist * update major version * will do separate pr for v5 and will do a minor version for previous changes
1 parent 08eba0b commit 9f26565

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/[email protected]
2626

27-
- name: Set Node.js 20.x
27+
- name: Set Node.js 24.x
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 20.x
30+
node-version: 24.x
3131

3232
- name: Install dependencies
3333
run: npm ci

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 20.x
21+
node-version: 24.x
2222
- uses: actions/[email protected]
2323
- run: npm ci
2424
- run: npm run build

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ outputs:
104104
commit:
105105
description: 'The commit SHA that was checked out'
106106
runs:
107-
using: node20
107+
using: node24
108108
main: dist/index.js
109109
post: dist/index.js

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@types/jest": "^29.5.12",
40-
"@types/node": "^20.12.12",
40+
"@types/node": "^24.1.0",
4141
"@types/uuid": "^9.0.8",
4242
"@typescript-eslint/eslint-plugin": "^7.9.0",
4343
"@typescript-eslint/parser": "^7.9.0",

0 commit comments

Comments
 (0)