diff --git a/.github/workflows/deploy-android.yml b/.github/workflows/deploy-android.yml index 762f8ce2d..0bfde6459 100644 --- a/.github/workflows/deploy-android.yml +++ b/.github/workflows/deploy-android.yml @@ -30,7 +30,7 @@ jobs: # - 'native/android/WhatsNew/**' - uses: pnpm/action-setup@v3.0.0 with: - version: 9.0.4 + version: 9.0.5 - uses: actions/setup-java@v4.2.1 with: distribution: "temurin" # See 'Supported distributions' for available options diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index a90180515..e83a1fc3d 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4.1.3 - uses: pnpm/action-setup@v3.0.0 with: - version: 9.0.4 + version: 9.0.5 - name: install dependencies run: pnpm install --frozen-lockfile - name: build diff --git a/.github/workflows/deploy-gg-web.yml b/.github/workflows/deploy-gg-web.yml index 92af8b8db..17a3911f8 100644 --- a/.github/workflows/deploy-gg-web.yml +++ b/.github/workflows/deploy-gg-web.yml @@ -30,7 +30,7 @@ jobs: run: cd minifier && mv json ../native/public - uses: pnpm/action-setup@v3.0.0 with: - version: 9.0.4 + version: 9.0.5 - name: install dependencies run: cd native && pnpm install --frozen-lockfile - name: add .env file diff --git a/.github/workflows/main-mono.yml b/.github/workflows/main-mono.yml index 92a706751..7cc1c0d85 100644 --- a/.github/workflows/main-mono.yml +++ b/.github/workflows/main-mono.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4.1.3 - uses: pnpm/action-setup@v3.0.0 with: - version: 9.0.4 + version: 9.0.5 - name: install dependencies run: cd mono && pnpm install --frozen-lockfile - name: lint diff --git a/.github/workflows/main-native.yml b/.github/workflows/main-native.yml index 4e7da2ced..ea4c25d61 100644 --- a/.github/workflows/main-native.yml +++ b/.github/workflows/main-native.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4.1.3 - uses: pnpm/action-setup@v3.0.0 with: - version: 9.0.4 + version: 9.0.5 - name: install dependencies run: cd native && pnpm install --frozen-lockfile - name: lint diff --git a/native/ios/ci_scripts/ci_post_clone.sh b/native/ios/ci_scripts/ci_post_clone.sh index 94ee35de2..b569e8b42 100755 --- a/native/ios/ci_scripts/ci_post_clone.sh +++ b/native/ios/ci_scripts/ci_post_clone.sh @@ -39,7 +39,7 @@ echo "============> Installing cocoapods <============" brew install cocoapods # Install yarn -npm install -g pnpm@9.0.4 +npm install -g pnpm@9.0.5 pnpm -v