Skip to content

Commit

Permalink
Remove testing on node 14 and 16 entirely
Browse files Browse the repository at this point in the history
Since tests fail for unknown (to me) reason on these machines
  • Loading branch information
madtisa authored Nov 1, 2023
1 parent f8f8388 commit 2ab8805
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ jobs:
contents: read
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x]
os: [ubuntu-latest, windows-latest]
exclude:
- os: windows-latest
node-version: 14.x
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 2ab8805

Please sign in to comment.