Update matic-cli in CI (#1103)

This commit is contained in:
marcello33 2023-12-08 06:56:23 +01:00 committed by GitHub
parent abab36be3d
commit db5b398ab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |