chore: 调整 pnpm 设置步骤,改为通过 npm 全局安装
Some checks failed
Expo Local Build APK / build-apk (push) Failing after 7m49s
Some checks failed
Expo Local Build APK / build-apk (push) Failing after 7m49s
This commit is contained in:
@@ -20,16 +20,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18'
|
||||||
|
|
||||||
- name: Setup pnpm
|
|
||||||
uses: pnpm/action-setup@v2
|
|
||||||
with:
|
|
||||||
version: latest
|
|
||||||
|
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
||||||
|
- name: Setup pnpm
|
||||||
|
run: npm install -g pnpm
|
||||||
|
|
||||||
- name: Install Expo CLI & EAS CLI
|
- name: Install Expo CLI & EAS CLI
|
||||||
run: pnpm add -g expo-cli eas-cli
|
run: pnpm add -g expo-cli eas-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user