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 24
24
eslint :
25
25
- 9
26
26
- 8
27
- # include:
28
- # - node: 16
29
- # eslint: 8
30
- # - node: 14
31
- # eslint: 8
32
27
33
28
steps :
34
29
- name : Checkout Repo
@@ -46,15 +41,12 @@ jobs:
46
41
- name : Install
47
42
run : pnpm install --prefer-frozen-lockfile
48
43
49
- - name : Install ESLint ${{ matrix.node }}
44
+ - name : Install ESLint ${{ matrix.eslint }}
50
45
if : ${{ matrix.eslint != 9 }}
51
46
run : pnpm install -D eslint@${{ matrix.eslint }} @graphql-eslint/eslint-plugin@3 eslint-plugin-svelte@2 svelte@3 vue-eslint-parser@9
52
47
53
48
- name : Test
54
49
run : pnpm mocha
55
50
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 12
12
"license" : " MIT" ,
13
13
"packageManager" :
" [email protected] " ,
14
14
"engines" : {
15
- "node" : " >=18.0 .0"
15
+ "node" : " >=18.18 .0"
16
16
},
17
17
"main" : " eslint-plugin-prettier.js" ,
18
18
"types" : " eslint-plugin-prettier.d.ts" ,
You can’t perform that action at this time.
0 commit comments