-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π§βπ» sixth attempt to fix workflow
- Loading branch information
1 parent
033dfa5
commit 0a220a2
Showing
2 changed files
with
3,365 additions
and
1,641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,11 @@ jobs: | |
with: | ||
node-version: 20 | ||
registry-url: https://registry.npmjs.org | ||
- name: Install dependencies | ||
run: yarn install -D | ||
- name: Install react | ||
run: yarn add [email protected] | ||
- name: Install react-native | ||
run: yarn add [email protected] | ||
run: yarn add [email protected] | ||
- name: Install dependencies | ||
run: yarn install -D | ||
- name: Test | ||
run: yarn test |
Oops, something went wrong.