Skip to content

Commit f482fac

Browse files
committed
Update Node.js to 20 (#52)
1 parent 1cedd12 commit f482fac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ outputs:
108108
wsl-shell-command is not set explicitly and the script already exists, this output will be set.
109109
110110
runs:
111-
using: node16
111+
using: node20
112112
main: build/distributions/index.js

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build-gradle-plugin-release = "3.0.2"
2222
build-gradle-plugin-versions = "0.46.0"
2323
build-inject = "1"
2424
build-kotlinx-serialization = "1.5.0"
25-
build-node = "16.18.1"
25+
build-node = "20.11.0"
2626
build-snakeyaml = "2.0"
2727
build-vercel-ncc = "0.36.1"
2828
kotlin = "1.8.20"

0 commit comments

Comments
 (0)