Skip to content

Commit 5542e9a

Browse files
committed
fix: update engines to >=18.18.0 and CI
1 parent c1005fc commit 5542e9a

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
eslint:
2525
- 9
2626
- 8
27-
# include:
28-
# - node: 16
29-
# eslint: 8
30-
# - node: 14
31-
# eslint: 8
3227

3328
steps:
3429
- name: Checkout Repo
@@ -46,15 +41,12 @@ jobs:
4641
- name: Install
4742
run: pnpm install --prefer-frozen-lockfile
4843

49-
- name: Install ESLint ${{ matrix.node }}
44+
- name: Install ESLint ${{ matrix.eslint }}
5045
if: ${{ matrix.eslint != 9 }}
5146
run: pnpm install -D eslint@${{ matrix.eslint }} @graphql-eslint/eslint-plugin@3 eslint-plugin-svelte@2 svelte@3 vue-eslint-parser@9
5247

5348
- name: Test
5449
run: pnpm mocha
5550

56-
# - name: Perf
57-
# # Skip on node 14, as eslint-plugin-n contains syntax that doesn't work
58-
# # with node 14
59-
# if: ${{ matrix.node != 14 }}
60-
# run: TIMING=1 pnpm lint
51+
- name: Lint
52+
run: pnpm lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"packageManager": "[email protected]",
1414
"engines": {
15-
"node": ">=18.0.0"
15+
"node": ">=18.18.0"
1616
},
1717
"main": "eslint-plugin-prettier.js",
1818
"types": "eslint-plugin-prettier.d.ts",

0 commit comments

Comments
 (0)