mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-12 17:43:07 +00:00
chore(ci): bump node to v22 (#1285)
This commit is contained in:
parent
7927afe715
commit
9ef9258720
5
.github/workflows/ci-reusable.yml
vendored
5
.github/workflows/ci-reusable.yml
vendored
@ -49,9 +49,10 @@ jobs:
|
||||
run: make -j${ncpu} test
|
||||
|
||||
- name: Setup Node.js
|
||||
if: matrix.tests == 'contract' || matrix.tests == 'integration' || matrix.tests == 'tools' || matrix.tests == 'all'
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
|
||||
- name: Start Ethereum node with Codex contracts
|
||||
if: matrix.tests == 'contract' || matrix.tests == 'integration' || matrix.tests == 'tools' || matrix.tests == 'all'
|
||||
@ -59,7 +60,7 @@ jobs:
|
||||
env:
|
||||
MSYS2_PATH_TYPE: inherit
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
npm start &
|
||||
# Wait for the contracts to be deployed
|
||||
sleep 5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user