Skip to content

Commit

Permalink
test(ci): Pin Node 22 unit test Node version (#13476)
Browse files Browse the repository at this point in the history
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 😅
  • Loading branch information
Lms24 authored Aug 27, 2024
1 parent 1caf420 commit 66bf03b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18, 20, 22]
#TODO: unpin 22 once Node bug is fixed
node: [14, 16, 18, 20, '22.6.0']
steps:
- name: Check out base commit (${{ github.event.pull_request.base.sha }})
uses: actions/checkout@v4
Expand Down

0 comments on commit 66bf03b

Please sign in to comment.