Skip to content

Commit 50bdbe4

Browse files
committed
fix github actions
1 parent e962620 commit 50bdbe4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/NodeCI.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
node-version: ${{ matrix.node-version }}
4747
- name: Install @typescript-eslint v4
4848
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
5050
rm -rf node_modules
5151
- name: Install Packages
52-
run: pnpm install --ignore-engines
52+
run: pnpm install
5353
- name: Test
5454
run: pnpm run test
5555
test-for-eslint-v7:
@@ -65,10 +65,10 @@ jobs:
6565
node-version: ${{ matrix.node-version }}
6666
- name: Install eslint v7
6767
run: |+
68-
pnpm run add -D eslint@7 --ignore-engines
68+
pnpm install -D eslint@7
6969
rm -rf node_modules
7070
- name: Install Packages
71-
run: pnpm install --ignore-engines
71+
run: pnpm install
7272
- name: Test
7373
run: pnpm run test
7474
update-fixtures:

0 commit comments

Comments
 (0)