Skip to content

Commit 84758fd

Browse files
authored
Update circle ci config
1 parent 97627f7 commit 84758fd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
version: 2.1
55

66
orbs:
7-
node: circleci/node@4.1.0
7+
node: circleci/node@4.7.0
88

99
jobs:
1010
build_android:
@@ -57,12 +57,8 @@ jobs:
5757
steps:
5858
- checkout
5959
- node/install:
60-
node-version: 10.22.0
60+
node-version: 16.13.0
6161
- run: node --version
62-
- run:
63-
name: Install npm
64-
command: npm install -g npm@6.14.6
65-
- run: npm --version
6662
- run:
6763
name: decode Certificates
6864
command: base64 -D -o Certificates.p12 \<<< $Certificates

0 commit comments

Comments
 (0)