mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Update matic-cli in CI (#1103)
This commit is contained in:
parent
abab36be3d
commit
db5b398ab6
1 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -217,7 +217,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16.17.1'
|
node-version: '18.19.0'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
matic-cli/package-lock.json
|
matic-cli/package-lock.json
|
||||||
|
|
@ -231,7 +231,7 @@ jobs:
|
||||||
npm install --prefer-offline --no-audit --progress=false
|
npm install --prefer-offline --no-audit --progress=false
|
||||||
mkdir devnet
|
mkdir devnet
|
||||||
cd devnet
|
cd devnet
|
||||||
../bin/matic-cli setup devnet -c ../../bor/.github/matic-cli-config.yml
|
../bin/matic-cli.js setup devnet -c ../../bor/.github/matic-cli-config.yml
|
||||||
|
|
||||||
- name: Launch devnet
|
- name: Launch devnet
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue