Use node 8.4.x in production, 8.4.0 on Travis
This commit is contained in:
parent
0e1f26849b
commit
1c28ac2ff3
|
@ -1,6 +1,4 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- stable
|
||||
cache: yarn
|
||||
branches:
|
||||
only:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "unpkg-website",
|
||||
"proxy": "http://localhost:3001",
|
||||
"scripts": {
|
||||
"start": "node scripts/start.js",
|
||||
|
@ -86,6 +85,9 @@
|
|||
"webpack-manifest-plugin": "1.1.0",
|
||||
"whatwg-fetch": "2.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8.4.x"
|
||||
},
|
||||
"jest": {
|
||||
"collectCoverageFrom": [
|
||||
"src/**/*.{js,jsx}"
|
||||
|
|
Loading…
Reference in New Issue