Skip to content

Commit 3643666

Browse files
authored
Tweak node options syntax (#688)
1 parent b92423f commit 3643666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ Options to pass through to Node.js via the `NODE_OPTIONS` environment variable.
11231123
To preserve existing `NODE_OPTIONS` you can reference the existing environment variable using `${NODE_OPTIONS}` in your configuration:
11241124

11251125
```yaml
1126-
nodeOptions: "${NODE_OPTIONS} --experimental-vm-modules"
1126+
nodeOptions: "${NODE_OPTIONS:- } --experimental-vm-modules"
11271127
```
11281128

11291129
### verifyDepsBeforeRun

0 commit comments

Comments
 (0)