Skip to content

Commit 934b7b9

Browse files
committed
Update node version (fixes errors with spaces in Windows usernames)
Without this, our recursive: true argument is ignored, so config directories can't be created successfully.
1 parent ff55568 commit 934b7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
}
101101
},
102102
"node": {
103-
"version": "10.0.0",
103+
"version": "10.15.1",
104104
"targets": [
105105
"win32-x64",
106106
"win32-x86",

0 commit comments

Comments
 (0)