Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore(ci): pin node 20 to 20.5 due to regression in 20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 7, 2023
1 parent d0d0c89 commit d355b79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nodejs.yml
Expand Up @@ -32,7 +32,8 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
node-version: [16.x, 18.x, 20.x]
# TODO: unpin to 20.x once 20.7 has ben released
node-version: [16.x, 18.x, 20.5]
env: [GETH=true, PACKAGES=true, INTEGRATION=true]
runs-on: ${{ matrix.platform }}

Expand All @@ -47,9 +48,9 @@ jobs:

- run: yarn install
- run: test -z "$(git diff)" || (echo 'Did you check in a generated file to source control? Please remove it if so'; false)

- run: yarn depcheck

- run: ${{ matrix.env }} yarn ci
env:
CI: true

0 comments on commit d355b79

Please sign in to comment.