Bump version of node to latest LTS
This commit is contained in:
parent
d9e448ff08
commit
56621bd3f6
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ version: 2.0
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8.10
|
- image: circleci/node:8.11.2
|
||||||
environment:
|
environment:
|
||||||
- npm_config_loglevel: notice
|
- npm_config_loglevel: notice
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
8.10.0
|
8.11.2
|
||||||
|
|
Loading…
Reference in a new issue