Fix node 16 tests?

This commit is contained in:
Sander Declerck 2026-04-21 11:52:24 +02:00
parent b01221dfec
commit 09c66bc47b
No known key found for this signature in database

View file

@ -112,7 +112,9 @@ jobs:
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
- name: Install dependencies (root) - name: Install dependencies (root)
run: npm ci run: |
mv ./npm-shrinkwrap.json ./package-lock.json
npm ci
- name: Run E2E tests - name: Run E2E tests
env: env: