Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/gatsby/static/configuration/yarnrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -736,13 +736,13 @@
"_exampleItems": ["current", "darwin", "linux", "win32"]
},
"cpu": {
"description": "The list of CPUs to cover.",
"description": "The list of CPUs to cover. Values of `node:process.arch` are valid options.",
"type": "array",
"items": {
"type": "string"
},
"default": [],
"_exampleItems": ["current", "x86", "ia32"]
"_exampleItems": ["current", "x64", "ia32"]
},
"libc": {
"description": "The list of standard C libraries to cover.",
Expand Down