Skip to content

Commit 1e9a1a3

Browse files
authored
test(ci): Use latest node 22 version again for Node unit tests (#13720)
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.
1 parent 14f0b6e commit 1e9a1a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,7 @@ jobs:
458458
strategy:
459459
fail-fast: false
460460
matrix:
461-
# TODO(lforst): Unpin Node.js version 22 when https://github.com/protobufjs/protobuf.js/issues/2025 is resolved which broke the nodejs tests
462-
node: [14, 16, 18, 20, '22.6.0']
461+
node: [14, 16, 18, 20, 22]
463462
steps:
464463
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
465464
uses: actions/checkout@v4

0 commit comments

Comments
 (0)