Skip to content

Commit

Permalink
Revert "Update Node.js to 16 (#42)"
Browse files Browse the repository at this point in the history
This reverts commit ac91a80.
  • Loading branch information
Vampire committed Jan 25, 2023
1 parent e15d79a commit a7a002a
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: node12
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 "16.18.1",
"node" to "12.18.3",

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

0 comments on commit a7a002a

Please sign in to comment.