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:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/node:8.10
|
||||
- image: circleci/node:8.11.2
|
||||
environment:
|
||||
- npm_config_loglevel: notice
|
||||
steps:
|
||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
8.10.0
|
||||
8.11.2
|
||||
|
|
Loading…
Reference in a new issue