mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-02-18 02:06:26 +00:00
ci: use LTS version in CI script
This commit is contained in:
parent
d6a299a692
commit
d651e10bbb
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
uses: "actions/setup-node@v3"
|
||||
with:
|
||||
cache: "yarn"
|
||||
node-version: "16"
|
||||
node-version: "lts/*"
|
||||
|
||||
- name: "Install the Node.js dependencies"
|
||||
run: "yarn install --immutable"
|
||||
|
Loading…
x
Reference in New Issue
Block a user