Skip to content

Commit

Permalink
ci: Add CircleCI part3
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Oct 14, 2018
1 parent d564d08 commit 43e1089
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 @@ -6,9 +6,9 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:latest
- image: circleci/node:10.12-stretch

working_directory: ~/repo
working_directory: ~/node-7z

steps:
- checkout
Expand Down

0 comments on commit 43e1089

Please sign in to comment.