Skip to content

Commit

Permalink
Fix windows maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed May 2, 2024
1 parent d8fdbf3 commit 0290acc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
check-latest: true

- run: |
echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
echo "value=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
name: Enable require(ESM) and process.getBuiltin polyfill
id: node-options
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
check-latest: true

- run: |
echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
echo "value=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
name: Enable require(ESM) and process.getBuiltin polyfill
id: node-options
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
check-latest: true

- run: |
echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
echo "value=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
name: Enable require(ESM) and process.getBuiltin polyfill
id: node-options
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
check-latest: true

- run: |
echo "value=--experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
echo "value=$NODE_OPTIONS --experimental-require-module --require $PWD/patchProcessGetBuiltin.cjs" >> "$GITHUB_OUTPUT"
name: Enable require(ESM) and process.getBuiltin polyfill
id: node-options
Expand Down

0 comments on commit 0290acc

Please sign in to comment.