We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fb32c commit e665b69Copy full SHA for e665b69
.github/workflows/type-check.yml
@@ -49,7 +49,7 @@ jobs:
49
working-directory: test-published-types
50
51
- name: install typescript version ${{ matrix.ts_version }}
52
- run: npm install --force typescript@${{ matrix.ts_version }}
+ run: npm install --no-save typescript@${{ matrix.ts_version }}
53
54
55
- name: show installed typescript version
0 commit comments