Skip to content

Commit af57b59

Browse files
committed
chore: fix command
1 parent 4a2cbf4 commit af57b59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/test-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ release-filters: &release-filters
1818
jobs:
1919
command-test:
2020
docker:
21-
- image: cimg/base:current
21+
- image: cimg/node:current
2222
steps:
2323
- checkout
24-
- yarn_install
24+
- react-native/yarn_install
25+
2526
workflows:
2627
test-deploy:
2728
jobs:

0 commit comments

Comments
 (0)