We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cedd12 commit f482facCopy full SHA for f482fac
action.yml
@@ -108,5 +108,5 @@ outputs:
108
wsl-shell-command is not set explicitly and the script already exists, this output will be set.
109
110
runs:
111
- using: node16
+ using: node20
112
main: build/distributions/index.js
gradle/libs.versions.toml
@@ -22,7 +22,7 @@ build-gradle-plugin-release = "3.0.2"
22
build-gradle-plugin-versions = "0.46.0"
23
build-inject = "1"
24
build-kotlinx-serialization = "1.5.0"
25
-build-node = "16.18.1"
+build-node = "20.11.0"
26
build-snakeyaml = "2.0"
27
build-vercel-ncc = "0.36.1"
28
kotlin = "1.8.20"
0 commit comments