Skip to content

Commit

Permalink
bump version and setup corepack in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Nov 11, 2024
1 parent 01d09aa commit 9c792b1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/react-native-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- name: Install dependencies
run: npm install -g yarn

- name: Enable Corepack
run: corepack enable

- name: Activate Yarn 3.6.4
run: corepack prepare [email protected] --activate

- name: Install dependencies
run: yarn install

Expand All @@ -49,6 +55,12 @@ jobs:
- name: Install dependencies
run: npm install -g yarn

- name: Enable Corepack
run: corepack enable

- name: Activate Yarn 3.6.4
run: corepack prepare [email protected] --activate

- name: Install dependencies
run: yarn install

Expand Down Expand Up @@ -98,6 +110,12 @@ jobs:
- name: Install dependencies
run: npm install -g yarn

- name: Enable Corepack
run: corepack enable

- name: Activate Yarn 3.6.4
run: corepack prepare [email protected] --activate

- name: Install dependencies
run: yarn install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storefrontapp",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 9c792b1

Please sign in to comment.