Skip to content

Commit bd76110

Browse files
committed
???
1 parent cfaadda commit bd76110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
jq '.pnpm.overrides."@typescript-eslint/scope-manager" = "${{ matrix.eslintTsVersion }}"' package.json | sponge package.json
8787
jq '.pnpm.overrides."@typescript-eslint/visitor-keys" = "${{ matrix.eslintTsVersion }}"' package.json | sponge package.json
8888
jq '.pnpm.overrides.typescript = "${{ matrix.tsVersion }}"' package.json | sponge package.json
89+
- run: pnpm i -g pnpm
8990
- run: pnpm -v
9091
- run: cat package.json
9192
- run: pnpm install --no-frozen-lockfile

0 commit comments

Comments
 (0)