diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8415d9773ae..8d0a3033d24 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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 }}