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

Commit d355b79

Browse files
committed
chore(ci): pin node 20 to 20.5 due to regression in 20.6
1 parent d0d0c89 commit d355b79

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
strategy:
3333
matrix:
3434
platform: [ubuntu-latest]
35-
node-version: [16.x, 18.x, 20.x]
35+
# TODO: unpin to 20.x once 20.7 has ben released
36+
node-version: [16.x, 18.x, 20.5]
3637
env: [GETH=true, PACKAGES=true, INTEGRATION=true]
3738
runs-on: ${{ matrix.platform }}
3839

@@ -47,9 +48,9 @@ jobs:
4748

4849
- run: yarn install
4950
- run: test -z "$(git diff)" || (echo 'Did you check in a generated file to source control? Please remove it if so'; false)
50-
51+
5152
- run: yarn depcheck
52-
53+
5354
- run: ${{ matrix.env }} yarn ci
5455
env:
5556
CI: true

0 commit comments

Comments
 (0)