mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix node 16 tests?
This commit is contained in:
parent
b01221dfec
commit
09c66bc47b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test-on-pr.yml
vendored
4
.github/workflows/test-on-pr.yml
vendored
|
|
@ -112,7 +112,9 @@ jobs:
|
|||
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
|
||||
|
||||
- name: Install dependencies (root)
|
||||
run: npm ci
|
||||
run: |
|
||||
mv ./npm-shrinkwrap.json ./package-lock.json
|
||||
npm ci
|
||||
|
||||
- name: Run E2E tests
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue