File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 check-latest : true
5050
5151 - run : |
52- echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
52+ echo "value=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
5353 name: Enable require(ESM) and process.getBuiltin polyfill
5454 id: node-options
5555
@@ -149,7 +149,7 @@ jobs:
149149 check-latest : true
150150
151151 - run : |
152- echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
152+ echo "value=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
153153 name: Enable require(ESM) and process.getBuiltin polyfill
154154 id: node-options
155155
@@ -261,7 +261,7 @@ jobs:
261261 check-latest : true
262262
263263 - run : |
264- echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
264+ echo "value=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
265265 name: Enable require(ESM) and process.getBuiltin polyfill
266266 id: node-options
267267
@@ -293,7 +293,7 @@ jobs:
293293 check-latest : true
294294
295295 - run : |
296- echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
296+ echo "value=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
297297 name: Enable require(ESM) and process.getBuiltin polyfill
298298 id: node-options
299299
You can’t perform that action at this time.
0 commit comments