Skip to content

Commit

Permalink
chore: remove node19 from CI
Browse files Browse the repository at this point in the history
Removing deprecated node19 version from CI since it's currently having
problems to run on GitHub actions.

Refs: actions/setup-node#838
  • Loading branch information
ruyadorno committed Sep 27, 2023
1 parent a998db6 commit baf9ba9
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 @@ -34,7 +34,7 @@ jobs:
name: Unit tests
strategy:
matrix:
node-version: [v14.x, v16.x, v18.x, v19.x]
node-version: [v14.x, v16.x, v18.x]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: windows-latest
Expand Down

0 comments on commit baf9ba9

Please sign in to comment.