We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3090c commit 0f01502Copy full SHA for 0f01502
1 file changed
package.json
@@ -46,7 +46,7 @@
46
},
47
"scripts": {
48
"build": "run clean && run build:bundle && tsx ./mkshims.ts",
49
- "build:bundle": "esbuild ./sources/_lib.ts --bundle --platform=node --target=node18.17.0 --external:corepack --outfile='./dist/lib/corepack.cjs' --resolve-extensions='.ts,.mjs,.js'",
+ "build:bundle": "esbuild ./sources/_lib.ts --bundle --platform=node --target=node22.22.2 --external:corepack --outfile='./dist/lib/corepack.cjs' --resolve-extensions='.ts,.mjs,.js'",
50
"clean": "run rimraf dist shims",
51
"corepack": "tsx ./sources/_cli.ts",
52
"lint": "eslint .",
0 commit comments