File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
node-version : ${{ matrix.node-version }}
49
49
check-latest : true
50
50
- run : |
51
- echo "NODE_OPTIONS=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "GITHUB_ENV"
51
+ echo "NODE_OPTIONS=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$ GITHUB_ENV"
52
52
name: Enable require(ESM) and process.getBuiltin polyfill
53
53
- run : npm ci
54
54
@@ -142,7 +142,7 @@ jobs:
142
142
check-latest : true
143
143
144
144
- run : |
145
- echo "NODE_OPTIONS=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "GITHUB_ENV"
145
+ echo "NODE_OPTIONS=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$ GITHUB_ENV"
146
146
name: Enable require(ESM) and process.getBuiltin polyfill
147
147
148
148
- run : |
@@ -247,7 +247,7 @@ jobs:
247
247
check-latest : true
248
248
249
249
- run : |
250
- echo "NODE_OPTIONS=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "GITHUB_ENV"
250
+ echo "NODE_OPTIONS=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$ GITHUB_ENV"
251
251
name: Enable require(ESM) and process.getBuiltin polyfill
252
252
253
253
- run : npm ci
@@ -272,7 +272,7 @@ jobs:
272
272
check-latest : true
273
273
274
274
- run : |
275
- echo "NODE_OPTIONS=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "GITHUB_ENV"
275
+ echo "NODE_OPTIONS=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$ GITHUB_ENV"
276
276
name: Enable require(ESM) and process.getBuiltin polyfill
277
277
278
278
- run : npm ci
You can’t perform that action at this time.
0 commit comments