Skip to content

Commit

Permalink
infra: stop testing on node 14
Browse files Browse the repository at this point in the history
- it breaks on newer dependencies syntax (rollup) and is widely unused anyway
  • Loading branch information
idoros committed Jan 1, 2024
1 parent 11a5303 commit 888c5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18, 16, 14]
node-version: [18, 16]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 888c5c1

Please sign in to comment.