Skip to content

Commit 16c0710

Browse files
committed
Fix env
1 parent de3faf8 commit 16c0710

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
node-version: ${{ matrix.node-version }}
4949
check-latest: true
5050
- 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"
5252
name: Enable require(ESM) and process.getBuiltin polyfill
5353
- run: npm ci
5454

@@ -142,7 +142,7 @@ jobs:
142142
check-latest: true
143143

144144
- 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"
146146
name: Enable require(ESM) and process.getBuiltin polyfill
147147
148148
- run: |
@@ -247,7 +247,7 @@ jobs:
247247
check-latest: true
248248

249249
- 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"
251251
name: Enable require(ESM) and process.getBuiltin polyfill
252252
253253
- run: npm ci
@@ -272,7 +272,7 @@ jobs:
272272
check-latest: true
273273

274274
- 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"
276276
name: Enable require(ESM) and process.getBuiltin polyfill
277277
278278
- run: npm ci

0 commit comments

Comments
 (0)