Skip to content

Commit

Permalink
Upgraded node on CircleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelp404 committed Aug 19, 2019
1 parent 3b9cb01 commit 5346972
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
node8:
working_directory: ~/enju
docker:
- image: node:8.16.0
- image: node:8.16.1
steps:
- checkout
- run: npm install -g grunt-cli
Expand All @@ -21,22 +21,22 @@ jobs:
node10:
working_directory: ~/enju
docker:
- image: node:10.15.3
- image: node:10.16.3
steps:
- checkout
- run: npm install -g grunt-cli
- run: npm install
- run: npm run build
- run: npm test
- run: npm run coveralls

node12:
working_directory: ~/enju
docker:
- image: node:12.0.0
- image: node:12.8.1
steps:
- checkout
- run: npm install -g grunt-cli
- run: npm install
- run: npm run build
- run: npm test
- run: npm run coveralls

0 comments on commit 5346972

Please sign in to comment.