Skip to content

Commit

Permalink
update node version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Jul 10, 2024
1 parent b44bc55 commit bd7913b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black_box_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
node: [18, 16]
node: [18]
name: Build Packages
runs-on: ubuntu-latest
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18, 16]
node: [18]
mode: ['http', 'ws']
backend: ['geth', 'infura']
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e_network_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn
- run: yarn
- run: tar -czf /tmp/web3-16.js.tar.gz --exclude="./.git" ./
Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: actions/download-artifact@v3
with:
name: web3-16.js.tar.gz
Expand Down

0 comments on commit bd7913b

Please sign in to comment.