Skip to content

Commit e665b69

Browse files
voxpelliljharb
andauthored
Update type-check.yml
Co-authored-by: Jordan Harband <[email protected]>
1 parent f3fb32c commit e665b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/type-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: test-published-types
5050

5151
- name: install typescript version ${{ matrix.ts_version }}
52-
run: npm install --force typescript@${{ matrix.ts_version }}
52+
run: npm install --no-save typescript@${{ matrix.ts_version }}
5353
working-directory: test-published-types
5454

5555
- name: show installed typescript version

0 commit comments

Comments
 (0)