Skip to content

Commit

Permalink
chore: fix PnP test by forcing older version of typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 27, 2021
1 parent d38156c commit 321e8d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/verifyPnP.js
Expand Up @@ -36,6 +36,9 @@ try {
jest: `*`,
},
name: 'test-pnp',
resolutions: {
typescript: '~4.3',
},
},
null,
2,
Expand Down

0 comments on commit 321e8d5

Please sign in to comment.