Skip to content

Commit

Permalink
specific ver
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Aug 26, 2024
1 parent 8e4fd53 commit 0223165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
node: ['18', '20.x']
node: ['18', '20.17.0']
name: Build CJS
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['18', '20.x']
node: ['18', '20.17.0']
steps:
- uses: actions/setup-node@v4
with:
Expand All @@ -176,7 +176,7 @@ jobs:
path: ./
key: web3-${{ matrix.node }}-${{github.sha}}
- run: yarn test:unit
continue-on-error: ${{ matrix.node == '20.x' }}
continue-on-error: ${{ matrix.node == '20.17.0' }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 0223165

Please sign in to comment.