File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1212 "license": "MIT",
1313 "packageManager": "pnpm@7.33.5",
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",
You can’t perform that action at this time.
0 commit comments