Skip to content

Commit 2f4d011

Browse files
committed
revert: "chore: use the current version of node.js for bundling compiling"
This reverts commit 460fb69.
1 parent 460fb69 commit 2f4d011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test-pkgs-main": "pnpm remove-temp-dir && pnpm run --no-sort --workspace-concurrency=1 -r _test",
1616
"test-branch": "pnpm pretest && pnpm lint && git remote set-branches --add origin main && git fetch origin main && pnpm run test-pkgs-branch",
1717
"test-pkgs-branch": "pnpm remove-temp-dir && pnpm --workspace-concurrency=1 --filter=...[origin/main] run --no-sort _test",
18-
"compile-only": "ts-node __utils__/scripts/src/typecheck-only.ts && pnpm -F pnpm compile",
18+
"compile-only": "pnpm --config.useNodeVersion=24.6.0 exec ts-node __utils__/scripts/src/typecheck-only.ts && pnpm -F pnpm compile",
1919
"compile": "pnpm compile-only && pnpm run update-manifests",
2020
"watch": "pnpm --filter=@pnpm/fetch run compile && pnpm --filter=pnpm run compile --watch",
2121
"make-lcov": "shx mkdir -p coverage && lcov-result-merger './packages/*/coverage/lcov.info' 'coverage/lcov.info'",

pnpm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"unpkg": "dist/pnpm.mjs",
6060
"scripts": {
61-
"bundle": "ts-node bundle.ts",
61+
"bundle": "pnpm --config.useNodeVersion=24.6.0 exec ts-node bundle.ts",
6262
"start": "tsc --watch",
6363
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
6464
"pretest:e2e": "rimraf node_modules/.bin/pnpm",

0 commit comments

Comments
 (0)