Skip to content

Commit

Permalink
why? works locally 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Jan 30, 2025
1 parent 6c1e614 commit d60e4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
jq '.pnpm.overrides."@typescript-eslint/scope-manager" = "${{ matrix.eslintTsVersion }}"' package.json | sponge package.json
jq '.pnpm.overrides."@typescript-eslint/visitor-keys" = "${{ matrix.eslintTsVersion }}"' package.json | sponge package.json
jq '.pnpm.overrides.typescript = "${{ matrix.tsVersion }}"' package.json | sponge package.json
- run: pnpm -v
- run: pnpm install --no-frozen-lockfile
- run: pnpm test
- run: pnpm --filter '*' test:check
Expand Down

0 comments on commit d60e4ed

Please sign in to comment.