Skip to content

Commit b0180be

Browse files
authored
Merge branch 'master' into prepare-release/8.27.0
2 parents 205f127 + d7e934e commit b0180be

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
@@ -456,7 +456,8 @@ jobs:
456456
strategy:
457457
fail-fast: false
458458
matrix:
459-
node: [14, 16, 18, 20, 22]
459+
# TODO(lforst): Unpin Node.js version 22 when https://github.com/protobufjs/protobuf.js/issues/2025 is resolved which broke the nodejs tests
460+
node: [14, 16, 18, 20, '22.6.0']
460461
steps:
461462
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
462463
uses: actions/checkout@v4

0 commit comments

Comments
 (0)