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

tests/importXResolverV3/eslint.config.cjs

Lines changed: 0 additions & 1 deletion
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
: {

tests/pnp/.pnp.cjs

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/pnp/.pnp.loader.mjs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)