Skip to content

Commit

Permalink
Update circle ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
annmirosh authored Dec 2, 2021
1 parent a7d4f4a commit 1234df0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: 2.1

orbs:
node: circleci/node@4.1.0
node: circleci/node@4.7.0

jobs:
build_android:
Expand Down Expand Up @@ -60,12 +60,8 @@ jobs:
steps:
- checkout
- node/install:
node-version: 10.22.0
- run: node --version
- run:
name: Install npm
command: npm install -g npm@6.14.6
- run: npm --version
node-version: 16.13.0
- run: node --version
- run:
name: Install yarn
command: npm install --global yarn
Expand Down

0 comments on commit 1234df0

Please sign in to comment.