fix: use last node lts in workflow
This commit is contained in:
parent
a7ace95eac
commit
561868f12a
5 changed files with 9 additions and 0 deletions
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: "yarn"
|
||||
node-version: "lts/*"
|
||||
|
||||
- name: Install Dependencies
|
||||
run: "./scripts/layered.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue