Skip to content

Commit

Permalink
fixup!: wrap NODE_OPTIONS value in quotes within ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <[email protected]>
  • Loading branch information
JakobJingleheimer and ljharb authored Nov 30, 2024
1 parent d53db78 commit 40f5b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # 4.1.0
with:
node-version: ${{ matrix.node.version }}
env: NODE_OPTIONS=${{ matrix.node.options }}
env: NODE_OPTIONS="${{ matrix.node.options }}"
cache: 'npm'
- run: npm ci
- run: npm run test:unit
Expand Down

0 comments on commit 40f5b5f

Please sign in to comment.