Skip to content

Commit

Permalink
Merge pull request #1421 from evidence-dev/chore/test-version-update
Browse files Browse the repository at this point in the history
chore: drop v19 and v16 from tests
  • Loading branch information
mcrascal authored Dec 20, 2023
2 parents 5ab17a9 + 9bfdd3a commit 6287c0c
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 @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 19]
node-version: [18, 20]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- run: git config --global core.autocrlf false
Expand Down

0 comments on commit 6287c0c

Please sign in to comment.