Skip to content

Commit

Permalink
Merge branch 'master' into prepare-release/8.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicohrubec authored Aug 27, 2024
2 parents 205f127 + d7e934e commit b0180be
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(lforst): Unpin Node.js version 22 when https://github.com/protobufjs/protobuf.js/issues/2025 is resolved which broke the nodejs tests
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 b0180be

Please sign in to comment.