From 9c792b1ee98eaaac3befd6515dd1ea0846355f69 Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Mon, 11 Nov 2024 13:28:07 +0800 Subject: [PATCH] bump version and setup corepack in cicd --- .github/workflows/react-native-ci.yml | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/workflows/react-native-ci.yml b/.github/workflows/react-native-ci.yml index 191d531..28d1ae9 100644 --- a/.github/workflows/react-native-ci.yml +++ b/.github/workflows/react-native-ci.yml @@ -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 yarn@3.6.4 --activate + - name: Install dependencies run: yarn install @@ -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 yarn@3.6.4 --activate + - name: Install dependencies run: yarn install @@ -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 yarn@3.6.4 --activate + - name: Install dependencies run: yarn install diff --git a/package.json b/package.json index b0af9c9..69f6450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storefrontapp", - "version": "0.0.10", + "version": "0.0.11", "private": true, "scripts": { "android": "react-native run-android",