Skip to content

Commit

Permalink
Upgrade node 10 for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgustavo committed Nov 2, 2020
1 parent b2e087c commit e30cb45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2
jobs:
copay:
docker:
- image: circleci/node@sha256:a6f4dfaae4e22f99d3910902362db706f32e0dbca7ce5ef757823d93fef1740e
- image: circleci/node:10.16.2-browsers
working_directory: ~/copay
steps:
- checkout
Expand All @@ -30,7 +30,7 @@ jobs:

bitpay:
docker:
- image: circleci/node@sha256:a6f4dfaae4e22f99d3910902362db706f32e0dbca7ce5ef757823d93fef1740e
- image: circleci/node:10.16.2-browsers
working_directory: ~/copay
steps:
- checkout
Expand All @@ -57,4 +57,4 @@ workflows:
build_and_test:
jobs:
- copay
- bitpay
- bitpay

0 comments on commit e30cb45

Please sign in to comment.