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

Commit 18e599e

Browse files
committed
ci: unpin nodejs 20.5
1 parent 5b5312d commit 18e599e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
platform: [ubuntu-latest]
3535
# TODO: unpin to 20.x once 20.7 has ben released
36-
node-version: [16.x, 18.x, 20.5]
36+
node-version: [16.x, 18.x, 20.x]
3737
env: [GETH=true, PACKAGES=true, INTEGRATION=true]
3838
runs-on: ${{ matrix.platform }}
3939

0 commit comments

Comments
 (0)