File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
46
46
node-version : ${{ matrix.node-version }}
47
47
- name : Install @typescript-eslint v4
48
48
run : |+
49
- pnpm run add -D @typescript-eslint/parser@4 @typescript-eslint/eslint-plugin@4 eslint@7 --ignore-engines
49
+ pnpm install -D @typescript-eslint/parser@4 @typescript-eslint/eslint-plugin@4 eslint@7
50
50
rm -rf node_modules
51
51
- name : Install Packages
52
- run : pnpm install --ignore-engines
52
+ run : pnpm install
53
53
- name : Test
54
54
run : pnpm run test
55
55
test-for-eslint-v7 :
@@ -65,10 +65,10 @@ jobs:
65
65
node-version : ${{ matrix.node-version }}
66
66
- name : Install eslint v7
67
67
run : |+
68
- pnpm run add -D eslint@7 --ignore-engines
68
+ pnpm install -D eslint@7
69
69
rm -rf node_modules
70
70
- name : Install Packages
71
- run : pnpm install --ignore-engines
71
+ run : pnpm install
72
72
- name : Test
73
73
run : pnpm run test
74
74
update-fixtures :
You can’t perform that action at this time.
0 commit comments