Skip to content

Commit

Permalink
chore: disable tests with Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jul 20, 2024
1 parent 9e61e88 commit c387a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
operating-system: ['ubuntu-latest', 'windows-latest']
node-version: ['18', '20','22']
node-version: ['18', '20']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c387a54

Please sign in to comment.