Skip to content

Commit

Permalink
Upgrade Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
repolevedavaj committed Feb 3, 2024
1 parent c5b947a commit e000ed7
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 @@ -12,5 +12,5 @@ inputs:
required: false
default: 'false'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion project-env.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tools_directory = ".tools"

[nodejs]
version = "16.15.1"
version = "20.11.0"

0 comments on commit e000ed7

Please sign in to comment.