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

ci: unpin nodejs 20.5 #6207

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
platform: [ubuntu-latest]
# TODO: unpin to 20.x once 20.7 has ben released
node-version: [16.x, 18.x, 20.5]
node-version: [16.x, 18.x, 20.x]
env: [GETH=true, PACKAGES=true, INTEGRATION=true]
runs-on: ${{ matrix.platform }}

Expand Down