We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NODE_OPTIONS
ci.yml
1 parent d53db78 commit 40f5b5fCopy full SHA for 40f5b5f
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # 4.1.0
51
with:
52
node-version: ${{ matrix.node.version }}
53
- env: NODE_OPTIONS=${{ matrix.node.options }}
+ env: NODE_OPTIONS="${{ matrix.node.options }}"
54
cache: 'npm'
55
- run: npm ci
56
- run: npm run test:unit
0 commit comments