Skip to content

Commit 69aa00f

Browse files
committed
Revert "Fix windows maybe"
This reverts commit 0290acc.
1 parent dde23cf commit 69aa00f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
check-latest: true
5050

5151
- 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"
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=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
152+
echo "value=--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=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
264+
echo "value=--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=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
296+
echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
297297
name: Enable require(ESM) and process.getBuiltin polyfill
298298
id: node-options
299299

0 commit comments

Comments
 (0)