We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e134c7 commit 4732502Copy full SHA for 4732502
1 file changed
.github/workflows/typescript.yml
@@ -19,11 +19,11 @@ jobs:
19
- run: npm ci
20
- run: npm run build:node
21
- run: npm run test:dist:types
22
+ - run: npm uninstall jest @types/jest
23
24
- run: npm install --no-save typescript@4.2
25
26
- - run: npm uninstall jest @types/jest
27
- run: npm install --no-save typescript@4.0
28
29
0 commit comments