File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
check-latest : true
50
50
51
51
- run : |
52
- echo "value=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
52
+ echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
53
53
name: Enable require(ESM) and process.getBuiltin polyfill
54
54
id: node-options
55
55
@@ -149,7 +149,7 @@ jobs:
149
149
check-latest : true
150
150
151
151
- run : |
152
- echo "value=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
152
+ echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
153
153
name: Enable require(ESM) and process.getBuiltin polyfill
154
154
id: node-options
155
155
@@ -261,7 +261,7 @@ jobs:
261
261
check-latest : true
262
262
263
263
- run : |
264
- echo "value=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
264
+ echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
265
265
name: Enable require(ESM) and process.getBuiltin polyfill
266
266
id: node-options
267
267
@@ -293,7 +293,7 @@ jobs:
293
293
check-latest : true
294
294
295
295
- run : |
296
- echo "value=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
296
+ echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
297
297
name: Enable require(ESM) and process.getBuiltin polyfill
298
298
id: node-options
299
299
You can’t perform that action at this time.
0 commit comments