We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e087c commit e30cb45Copy full SHA for e30cb45
.circleci/config.yml
@@ -4,7 +4,7 @@ version: 2
4
jobs:
5
copay:
6
docker:
7
- - image: circleci/node@sha256:a6f4dfaae4e22f99d3910902362db706f32e0dbca7ce5ef757823d93fef1740e
+ - image: circleci/node:10.16.2-browsers
8
working_directory: ~/copay
9
steps:
10
- checkout
@@ -30,7 +30,7 @@ jobs:
30
31
bitpay:
32
33
34
35
36
@@ -57,4 +57,4 @@ workflows:
57
build_and_test:
58
59
- copay
60
- - bitpay
+ - bitpay
0 commit comments