mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Update Node to the latest LTS release
This commit is contained in:
parent
49c922f9e0
commit
ad7845db41
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
machine:
|
||||
node:
|
||||
version: 6.11.4
|
||||
version: 6.11.5
|
||||
environment:
|
||||
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"trailingComma": "es5"
|
||||
},
|
||||
"engines": {
|
||||
"node": "6.11.4",
|
||||
"node": "6.11.5",
|
||||
"yarn": "^1.2.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue