Skip to content

Commit

Permalink
chg: use newer matic-cli and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Dec 21, 2023
1 parent 7d654c0 commit bdf0bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16.17.1'
node-version: '18.19.0'
cache: 'npm'
cache-dependency-path: |
matic-cli/package-lock.json
Expand All @@ -108,7 +108,7 @@ jobs:
npm install --prefer-offline --no-audit --progress=false
mkdir devnet
cd devnet
../bin/matic-cli setup devnet -c ../../heimdall/.github/matic-cli-config.yml
../bin/matic-cli.js setup devnet -c ../../heimdall/.github/matic-cli-config.yml
- name: Launch devnet
run: |
Expand Down

0 comments on commit bdf0bff

Please sign in to comment.