Skip to content

Commit 40f5b5f

Browse files
fixup!: wrap NODE_OPTIONS value in quotes within ci.yml
Co-authored-by: Jordan Harband <[email protected]>
1 parent d53db78 commit 40f5b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # 4.1.0
5151
with:
5252
node-version: ${{ matrix.node.version }}
53-
env: NODE_OPTIONS=${{ matrix.node.options }}
53+
env: NODE_OPTIONS="${{ matrix.node.options }}"
5454
cache: 'npm'
5555
- run: npm ci
5656
- run: npm run test:unit

0 commit comments

Comments
 (0)