Skip to content

Commit 66bf03b

Browse files
authored
test(ci): Pin Node 22 unit test Node version (#13476)
There's a bug in Node 22.7.0 with protobuf which we're running into: protobufjs/protobuf.js#2025 Once the bug is fixed, we should revert this PR. h/t @lforst for figuring this out; I'm just merging it into develop 😅
1 parent 1caf420 commit 66bf03b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
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: unpin 22 once Node bug is fixed
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)