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 Sep 11, 2018
1 parent b647d42 commit 38b5d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node8:
working_directory: ~/enju
docker:
- image: node:8.11.4
- image: node:8.12.0
steps:
- checkout
- run: npm install -g coffeescript nodeunit grunt-cli
Expand All @@ -32,7 +32,7 @@ jobs:
node10:
working_directory: ~/enju
docker:
- image: node:10.9.0
- image: node:10.10.0
steps:
- checkout
- run: npm install -g coffeescript nodeunit grunt-cli
Expand Down

0 comments on commit 38b5d77

Please sign in to comment.