Skip to content

Commit 5721c3c

Browse files
committed
u[date nodejs
1 parent d041571 commit 5721c3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
node-version: [14.x, 20.x]
16+
# We cannot use NodeJS < 16 with CI, because ESLint doesn't support it.
17+
node-version: [16.x, 20.x]
1718

1819
steps:
1920
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)