CI: Use latest node LTS

This commit is contained in:
Archi 2021-06-30 16:26:33 +02:00
parent 2f7478b968
commit e7bc2e5e1c
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -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 }}