Skip to content

Commit f5c19d5

Browse files
committed
use volta to pin node to ease development
1 parent 87a8695 commit f5c19d5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,9 @@
102102
"github": {
103103
"release": true
104104
}
105+
},
106+
"volta": {
107+
"node": "8.16.1",
108+
"yarn": "1.17.3"
105109
}
106-
}
110+
}

0 commit comments

Comments
 (0)