Skip to content

Commit

Permalink
[Wasm] Upgrade Node.js
Browse files Browse the repository at this point in the history
^KT-65864 fixed
  • Loading branch information
ilgonmic authored and qodana-bot committed Apr 25, 2024
1 parent 113f1d5 commit 29b1b65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ open class NodeJsRootExtension(
// Release schedule: https://github.com/nodejs/Release
// Actual LTS and Current versions: https://nodejs.org/en/download/
// Older versions and more information, e.g. V8 version inside: https://nodejs.org/en/download/releases/
override var version by Property("20.10.0")
override var version by Property("22.0.0")

override var command by Property("node")

Expand Down

0 comments on commit 29b1b65

Please sign in to comment.