From 16c03d85c99d45c2985a7ccd32f6f9125c43d240 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 22 Feb 2021 18:48:21 +0100 Subject: [PATCH] CI: Use node.js 14 (LTS) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 140334793..111e2dab3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ env: DOTNET_SDK_VERSION: 5.0.x NET_CORE_VERSION: net5.0 NET_FRAMEWORK_VERSION: net48 - NODE_JS_VERSION: 12 + NODE_JS_VERSION: 14 # Periodically bumped to follow latest LTS | https://github.com/actions/setup-node/issues/26 STEAM_TOKEN_DUMPER_NAME: ArchiSteamFarm.OfficialPlugins.SteamTokenDumper STEAM_TOKEN_DUMPER_TOKEN: ${{ secrets.STEAM_TOKEN_DUMPER_TOKEN }}