Skip to content

Commit 39f632d

Browse files
committed
chore: fix PnP compat test
1 parent 849ef78 commit 39f632d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/verifyPnP.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ try {
2525
dedent`
2626
enableGlobalCache: true
2727
28-
yarnPath: ${require.resolve('../.yarn/releases/yarn-2.4.2.cjs')}
28+
yarnPath: ${require.resolve('../.yarn/releases/yarn-2.4.3.cjs')}
2929
`,
3030
);
3131
fs.writeFileSync(
@@ -36,9 +36,6 @@ try {
3636
jest: `*`,
3737
},
3838
name: 'test-pnp',
39-
resolutions: {
40-
typescript: '~4.3',
41-
},
4239
},
4340
null,
4441
2,

0 commit comments

Comments
 (0)