Skip to content

Commit

Permalink
Update Node.js to 16 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Nov 13, 2022
1 parent 1875715 commit ac91a80
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: node12
using: node16
main: build/distributions/index.js
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/net/kautler/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val versions = mapOf(
"kotlin-extensions" to "1.0.1-pre.129-kotlin-1.4.20",
"kotlinx-coroutines-core" to "1.4.2",
"kotlinx-nodejs" to "0.0.7",
"node" to "12.18.3",
"node" to "16.18.1",

// build NPM dependencies
"@vercel/ncc" to "0.25.1",
Expand Down

0 comments on commit ac91a80

Please sign in to comment.