Skip to content

Commit 28a2f9b

Browse files
committed
Build: update Node.js version to 24.4.0 and bump package version to 5.2.0
1 parent 46df3e5 commit 28a2f9b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.9.0
1+
24.4.0

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@github/local-action",
33
"description": "Local Debugging for GitHub Actions",
4-
"version": "5.1.0",
4+
"version": "5.2.0",
55
"type": "module",
66
"author": "Nick Alteen <[email protected]>",
77
"private": false,
@@ -19,7 +19,7 @@
1919
"typescript"
2020
],
2121
"engines": {
22-
"node": "^20 || ^22"
22+
"node": "^20 || ^22 || ^24"
2323
},
2424
"exports": {
2525
".": "./src/index.ts"

0 commit comments

Comments
 (0)