fix: use last node lts in workflow
This commit is contained in:
1
.github/workflows/build_develop.yml
vendored
1
.github/workflows/build_develop.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: "yarn"
|
||||
node-version: "lts/*"
|
||||
|
||||
- name: Install Dependencies
|
||||
run: "./scripts/layered.sh"
|
||||
|
||||
Reference in New Issue
Block a user