Skip to content

Commit 321e8d5

Browse files
committed
chore: fix PnP test by forcing older version of typescript
1 parent d38156c commit 321e8d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/verifyPnP.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ try {
3636
jest: `*`,
3737
},
3838
name: 'test-pnp',
39+
resolutions: {
40+
typescript: '~4.3',
41+
},
3942
},
4043
null,
4144
2,

0 commit comments

Comments
 (0)