Skip to content

Commit

Permalink
Remove Node.js 16 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Dec 8, 2023
1 parent 1cc4616 commit a2724fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18]
node: [18, 20]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a2724fc

Please sign in to comment.