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 611e1ae commit 0f0afe9Copy full SHA for 0f0afe9
.github/workflows/ci.yml
@@ -55,9 +55,8 @@ jobs:
55
- run: npm i typescript@${TS_VERSION}
56
env:
57
TS_VERSION: ${{ matrix.ts-version }}
58
- - run: npm ls typescript
59
- continue-on-error: true
60
- - run: npx tsc --noEmit
+ - run: ./node_modules/typescript/bin/tsc --version
+ - run: ./node_modules/typescript/bin/tsc --noEmit
61
62
lockfile_churn:
63
name: Test package-lock for unexpected modifications
0 commit comments