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 e2cb2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -128,7 +128,7 @@ jobs:
name: System 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 e2cb2fe

Please sign in to comment.