mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-08 22:58:05 -05:00
ci: use LTS version in CI script
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user