Skip to content

Commit

Permalink
build: bump Node from v16 to v20 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
G07cha authored Oct 27, 2023
1 parent deec13b commit 7a64551
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"detect-libc": "^2.0.2"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/node": "^20.8.9",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.46.0",
"eslint-config-moon": "^2.0.6",
Expand All @@ -36,6 +36,6 @@
"typescript": "^5.1.6"
},
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
}
}
19 changes: 17 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 7a64551

Please sign in to comment.