Skip to content

Commit

Permalink
chore: disable CI on 16.x due to lack of mocking support
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Aug 7, 2024
1 parent 0038dd9 commit aed450b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# Omitting 16.x for the time being, as Node's test-runner API doesn't
# support mocking until 18.x
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit aed450b

Please sign in to comment.