Skip to content

Commit

Permalink
feat!: set runs.using to node22
Browse files Browse the repository at this point in the history
NodeJS 22 is the LTS from October 2024
  • Loading branch information
ghoullier committed Dec 17, 2024
1 parent 4020e46 commit af5442a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ outputs:
result:
description: The return value of the script, stringified with `JSON.stringify`
runs:
using: node20
using: node22
main: dist/index.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"types": "types/async-function.d.ts",
"private": true,
"engines": {
"node": ">=20.0.0 <21.0.0"
"node": ">=22.0.0 <23.0.0"
},
"scripts": {
"build": "npm run build:types && ncc build src/main.ts",
Expand Down

0 comments on commit af5442a

Please sign in to comment.