Skip to content

Commit

Permalink
ci: remove node 16 from the CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusBaldi committed Dec 12, 2024
1 parent 1497a65 commit d65338d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 16, 20, 'lts/*', 'latest' ]
node-version: [ 20, 'lts/*', 'latest' ]
steps:
- uses: actions/checkout@v4
-
Expand Down

0 comments on commit d65338d

Please sign in to comment.