diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index d901dac5aa..2fbcd545b1 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -59,7 +59,7 @@ jobs: timeout-minutes: 5 strategy: matrix: - typescript-version: ['5.0.4', '5.1.6', 'latest', '5.3.0-beta'] + typescript-version: ['5.0.4', '5.1.6', '5.2.2', 'latest'] viem-version: ['beta'] steps: @@ -90,7 +90,8 @@ jobs: matrix: shard: [1, 2, 3] total-shards: [3] - viem-version: ['beta'] + # TODO: Enable Viem version after stable release + # viem-version: ['beta'] steps: - name: Clone repository @@ -99,8 +100,8 @@ jobs: - name: Install dependencies uses: ./.github/actions/install-dependencies - - run: pnpm add -D -w viem@${{ matrix.viem-version }} - - run: pnpm version:update:viem + # - run: pnpm add -D -w viem@${{ matrix.viem-version }} + # - run: pnpm version:update:viem - name: Run tests uses: nick-fields/retry@v2 @@ -115,4 +116,4 @@ jobs: VITE_OPTIMISM_FORK_URL: ${{ secrets.VITE_OPTIMISM_FORK_URL }} - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 \ No newline at end of file + uses: codecov/codecov-action@v3