Skip to content

Commit

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

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

0 comments on commit eabaeff

Please sign in to comment.