Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Using node 8.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Mar 16, 2018
1 parent 2f4426f commit 826bcee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:8.9
- image: circleci/node:8.9.4

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand All @@ -30,6 +30,7 @@ jobs:
steps:
- checkout

# DEBUG: node-gyp uses python
- run: python --version

# Download and cache dependencies
Expand Down

0 comments on commit 826bcee

Please sign in to comment.