Skip to content

Commit

Permalink
u[date nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Oct 13, 2024
1 parent d041571 commit 5721c3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
strategy:
fail-fast: true
matrix:
node-version: [14.x, 20.x]
# We cannot use NodeJS < 16 with CI, because ESLint doesn't support it.
node-version: [16.x, 20.x]

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

0 comments on commit 5721c3c

Please sign in to comment.