Skip to content

Commit

Permalink
test(ci): Use latest node 22 version again for Node unit tests (#13720)
Browse files Browse the repository at this point in the history
Looks like the bug that made us pin to Node 22.6.0 in our Node unit
tests was fixed and released in 22.8.0. This PR reverts the pin, meaning
we test against the latest Node 22 version again.
  • Loading branch information
Lms24 committed Sep 18, 2024
1 parent 14f0b6e commit 1e9a1a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# TODO(lforst): Unpin Node.js version 22 when https://github.com/protobufjs/protobuf.js/issues/2025 is resolved which broke the nodejs tests
node: [14, 16, 18, 20, '22.6.0']
node: [14, 16, 18, 20, 22]
steps:
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
uses: actions/checkout@v4
Expand Down

0 comments on commit 1e9a1a3

Please sign in to comment.