fix: use last node lts in workflow

This commit is contained in:
Florian Duros
2024-07-04 15:52:42 +02:00
parent a7ace95eac
commit 561868f12a
5 changed files with 9 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: "yarn"
node-version: "lts/*"
- name: Install Dependencies
run: "./scripts/layered.sh"