Skip to content

Commit

Permalink
Update Node.js to 20 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Feb 7, 2024
1 parent 1cedd12 commit f482fac
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 @@ -108,5 +108,5 @@ outputs:
wsl-shell-command is not set explicitly and the script already exists, this output will be set.
runs:
using: node16
using: node20
main: build/distributions/index.js
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build-gradle-plugin-release = "3.0.2"
build-gradle-plugin-versions = "0.46.0"
build-inject = "1"
build-kotlinx-serialization = "1.5.0"
build-node = "16.18.1"
build-node = "20.11.0"
build-snakeyaml = "2.0"
build-vercel-ncc = "0.36.1"
kotlin = "1.8.20"
Expand Down

0 comments on commit f482fac

Please sign in to comment.