-
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.
π§βπ» fifth attempt to fix workflow
- Loading branch information
1 parent
ec8298a
commit 033dfa5
Showing
1 changed file
with
3 additions
and
3 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: NODE_OPTIONS=--max-old-space-size=4096 yarn add [email protected] | ||
- name: Install dependencies | ||
run: yarn install -D | ||
run: yarn add [email protected] | ||
- name: Test | ||
run: yarn test |