Skip to content

Commit

Permalink
ci: pin Node.js 22.x to 22.6 due to Node.js buffer issue
Browse files Browse the repository at this point in the history
Needs to be pinned until nodejs/node#54518 is
resolved.

Other references:
* protobufjs/protobuf.js#2025
* protobufjs/protobuf.js#2026
  • Loading branch information
basti1302 committed Aug 28, 2024
1 parent c089b5d commit b05798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [ '18.x', '20.x', '21.x', '22.x' ]
node-version: [ '18.x', '20.x', '21.x', '22.6' ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b05798f

Please sign in to comment.