fix: use last node lts in workflow

This commit is contained in:
Florian Duros
2024-07-04 15:26:58 +02:00
parent a7ace95eac
commit 561868f12a
5 changed files with 9 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: "yarn"
node-version: "lts/*"
# Workaround for yarn install timeouts, especially on Windows
- run: yarn config set network-timeout 300000