Skip to content

Commit

Permalink
ci: disable nodejs v22 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 30, 2024
1 parent 88c9515 commit 96f4873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
node-version: [ 14, 20, 22 ]
# v22 awaits https://github.com/nodejs/node/issues/52682
node-version: [ 14, 20 ]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 96f4873

Please sign in to comment.