Skip to content

Commit

Permalink
Releasing node20
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Feb 28, 2024
1 parent 963433a commit 655b7b3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ inputs:
required: false
default: "${{ github.workspace }}"
runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 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 @@ -4,7 +4,7 @@
"esModuleInterop": true,
"target": "ES2020",
"moduleResolution": "node",
"sourceMap": true,
"sourceMap": true,
"outDir": "out"
},
"lib": ["es2015"]
Expand Down

0 comments on commit 655b7b3

Please sign in to comment.