Skip to content

Commit c778faa

Browse files
committed
chore: bump yarn to 4.8.0 in pnp test case
1 parent 2a643d4 commit c778faa

File tree

6 files changed

+953
-16
lines changed

6 files changed

+953
-16
lines changed

Diff for: tests/importXResolverV3/eslint.config.cjs

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const absoluteGlobPath = path.join(__dirname, globPattern)
1313
const base = require('../base.eslintrc.cjs')()
1414

1515
module.exports =
16-
// eslint-disable-next-line no-magic-numbers -- don't run on node 16 because lacking of `structuredClone`
1716
+process.versions.node.split('.')[0] <= 16
1817
? {}
1918
: {

Diff for: tests/pnp/.pnp.cjs

+11-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: tests/pnp/.pnp.loader.mjs

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)