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
No known key found for this signature in database
GPG key ID: A5BBB4041B493F15
5 changed files with 9 additions and 0 deletions

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"