From e7bc2e5e1c150b83981ffe404c50c57a1a9f7ab6 Mon Sep 17 00:00:00 2001 From: Archi Date: Wed, 30 Jun 2021 16:26:33 +0200 Subject: [PATCH] CI: Use latest node LTS --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0c96c1f12b8d4..1030fe8da8c4d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ env: DOTNET_SDK_VERSION: 5.0.x NET_CORE_VERSION: net5.0 NET_FRAMEWORK_VERSION: net48 - NODE_JS_VERSION: 14 # Periodically bumped to follow latest LTS | https://github.com/actions/setup-node/issues/26 + NODE_JS_VERSION: 'lts/*' STEAM_TOKEN_DUMPER_NAME: ArchiSteamFarm.OfficialPlugins.SteamTokenDumper STEAM_TOKEN_DUMPER_TOKEN: ${{ secrets.STEAM_TOKEN_DUMPER_TOKEN }}