Keep the same node version

pull/271/head
Alex Rea 6 years ago
parent 67908b65b7
commit cecbea4b88
  1. 2
      .circleci/config.yml

@ -2,7 +2,7 @@ version: 2.0
jobs:
build:
docker:
- image: circleci/node:9.11.2
- image: circleci/node:7.10.0
steps:
- checkout
- run:

Loading…
Cancel
Save