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.
1 parent b92423f commit 3643666Copy full SHA for 3643666
docs/settings.md
@@ -1123,7 +1123,7 @@ Options to pass through to Node.js via the `NODE_OPTIONS` environment variable.
1123
To preserve existing `NODE_OPTIONS` you can reference the existing environment variable using `${NODE_OPTIONS}` in your configuration:
1124
1125
```yaml
1126
-nodeOptions: "${NODE_OPTIONS} --experimental-vm-modules"
+nodeOptions: "${NODE_OPTIONS:- } --experimental-vm-modules"
1127
```
1128
1129
### verifyDepsBeforeRun
0 commit comments