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

@@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: "yarn"
node-version: "lts/*"
- name: Install Deps
run: "yarn install --frozen-lockfile"