Skip to content

Commit 94a2674

Browse files
authored
Merge pull request #723 from ember-fastboot/use-volta
use volta to pin node to ease development
2 parents 87a8695 + f5c19d5 commit 94a2674

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)