Skip to content

Commit

Permalink
build: bump Node from v16 to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
G07cha committed Oct 27, 2023
1 parent deec13b commit 9a73437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ outputs:
rust-hash:
description: 'Commit hash of the installed rustc.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/post/index.js'
branding:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"typescript": "^5.1.6"
},
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "tsconfig-moon/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"module": "Node16",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true,
"verbatimModuleSyntax": false
Expand Down

0 comments on commit 9a73437

Please sign in to comment.