Skip to content

Commit bb2d34f

Browse files
committed
ci: Pin node 22 for Node.js unit tests
1 parent 9d7c483 commit bb2d34f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,8 @@ jobs:
454454
strategy:
455455
fail-fast: false
456456
matrix:
457-
node: [14, 16, 18, 20, 22]
457+
# TODO(lforst): Unpin Node.js version 22 when https://github.com/protobufjs/protobuf.js/issues/2025 is resolved which broke the nodejs tests
458+
node: [14, 16, 18, 20, '22.6.0']
458459
steps:
459460
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
460461
uses: actions/checkout@v4

0 commit comments

Comments
 (0)