Skip to content

Commit 52a762f

Browse files
author
Esen Sagynov
committed
ESLint no longer support building on Node v16 engine.
@eslint/js@9.1.1: The engine "node" is incompatible with this module. Expected version "^18.18.0 || ^20.9.0 || >=21.1.0". Got "16.20.2".
1 parent e590616 commit 52a762f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node: ["16", "18", "20"]
16+
node: ["18", "20"]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Use Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)