Skip to content

Commit 08f56a5

Browse files
committed
ci: Temp remove node < 18
1 parent ad2140d commit 08f56a5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
eslint: [8]
44-
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18, 20]
44+
node: [18, 20]
4545
os: [ubuntu-latest]
4646
include:
4747
# On other platforms
@@ -55,10 +55,6 @@ jobs:
5555
- eslint: 7
5656
node: 18
5757
os: ubuntu-latest
58-
# On the minimum supported ESLint/Node.js version
59-
- eslint: 7.0.0
60-
node: 12.22.0
61-
os: ubuntu-latest
6258
runs-on: ${{ matrix.os }}
6359
steps:
6460
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)