Skip to content

Commit b067139

Browse files
exoegoFabianLars
andauthored
chore: bump node.js to 24 (#1130)
Co-authored-by: Fabian-Lars <[email protected]>
1 parent e371c4d commit b067139

File tree

4 files changed

+29
-22
lines changed

4 files changed

+29
-22
lines changed

.changes/node24.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
action: minor
3+
---
4+
5+
The action now uses node v24 which raises the minimum GitHub runner version to `v2.327.1`.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ outputs:
7575
appVersion:
7676
description: 'The version of the app'
7777
runs:
78-
using: 'node20'
78+
using: 'node24'
7979
main: 'dist/index.js'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@eslint/js": "9.38.0",
38-
"@types/node": "22.18.8",
38+
"@types/node": "24.9.1",
3939
"@vercel/ncc": "0.38.4",
4040
"covector": "0.12.4",
4141
"eslint": "9.38.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)