Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 8e4fd53

Browse files
committed
update nodev
1 parent e334df2 commit 8e4fd53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
node: ['18', '20.17.0']
17+
node: ['18', '20.x']
1818
name: Build CJS
1919
runs-on: ubuntu-latest
2020
steps:
@@ -165,7 +165,7 @@ jobs:
165165
runs-on: ubuntu-latest
166166
strategy:
167167
matrix:
168-
node: ['18', '20.17.0']
168+
node: ['18', '20.x']
169169
steps:
170170
- uses: actions/setup-node@v4
171171
with:
@@ -176,7 +176,7 @@ jobs:
176176
path: ./
177177
key: web3-${{ matrix.node }}-${{github.sha}}
178178
- run: yarn test:unit
179-
continue-on-error: ${{ matrix.node == '20.17.0' }}
179+
continue-on-error: ${{ matrix.node == '20.x' }}
180180
- name: Upload coverage to Codecov
181181
uses: codecov/codecov-action@v3
182182
with:

0 commit comments

Comments
 (0)