Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Fix bug causing sdk's devdeps not to install
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-zeglen committed May 28, 2020
1 parent 38c2f1a commit fd7c0b2
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 @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/app
docker:
- image: circleci/node:10.7.0-browsers
- image: circleci/node:12.16.3-browsers
steps:
- checkout
- run:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- dist/*
cypress/run:
docker:
- image: cypress/base:10
- image: cypress/base:12.16.2
environment:
TERM: xterm
parallelism: 1
Expand Down

0 comments on commit fd7c0b2

Please sign in to comment.