Skip to content

Commit

Permalink
feat: Bump action to node20 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmanou authored Feb 4, 2024
1 parent d659732 commit e7b40bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ outputs:
comment-created:
description: 'Whether or not the comment was created on the pull request.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'moon'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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 e7b40bf

Please sign in to comment.