Skip to content

Commit ef5b72d

Browse files
committed
ope
1 parent 9893a9d commit ef5b72d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
jq '.pnpm.overrides."@typescript-eslint/parser" = "${{ matrix.eslintTsVersion }}"' package.json | sponge package.json
7979
jq '.pnpm.overrides."@typescript-eslint/scope-manager" = "${{ matrix.eslintTsVersion }}"' package.json | sponge package.json
8080
jq '.pnpm.overrides."@typescript-eslint/visitor-keys" = "${{ matrix.eslintTsVersion }}"' package.json | sponge package.json
81-
jq '.pnpm.overrides."@typescript-eslint/eslint-plugin" = "${{ matrix.eslintTsVersion }}"' package.json | sponge package.json
8281
jq '.pnpm.overrides.typescript = "${{ matrix.tsVersion }}"' package.json | sponge package.json
8382
- run: pnpm install --no-frozen-lockfile
8483
- run: pnpm test

0 commit comments

Comments
 (0)