From a7a002ae16e96658a4817eb0aec7304c9b700fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kautler?= Date: Wed, 25 Jan 2023 12:47:25 +0100 Subject: [PATCH] Revert "Update Node.js to 16 (#42)" This reverts commit ac91a800d5ffaa8b28e7de48323f64452d3e34aa. --- action.yml | 2 +- buildSrc/src/main/kotlin/net/kautler/Versions.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ca6c59ec..76035dfa 100644 --- a/action.yml +++ b/action.yml @@ -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 diff --git a/buildSrc/src/main/kotlin/net/kautler/Versions.kt b/buildSrc/src/main/kotlin/net/kautler/Versions.kt index 99d25cce..d78a8515 100644 --- a/buildSrc/src/main/kotlin/net/kautler/Versions.kt +++ b/buildSrc/src/main/kotlin/net/kautler/Versions.kt @@ -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",