From 0223165b0a29eb6db1b5390679141811a67ca5ac Mon Sep 17 00:00:00 2001 From: jdevcs Date: Mon, 26 Aug 2024 15:02:29 +0200 Subject: [PATCH] specific ver --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ade1afd52db..b8c0f6647fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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: @@ -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: