chore(ci): bump node to v22 (#1285)

This commit is contained in:
Slava 2025-06-26 04:11:00 +03:00 committed by GitHub
parent 7927afe715
commit 9ef9258720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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