Skip to content

Commit f3dd4a2

Browse files
committed
ci: fix that pnpm/action-setup@v3 is not allowed to be used in bytedance/UI-TARS-desktop.
1 parent d76eb2a commit f3dd4a2

File tree

2 files changed

+1390
-187
lines changed

2 files changed

+1390
-187
lines changed

.github/workflows/agent-tars-website.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,11 @@ jobs:
3838
uses: actions/setup-node@v4
3939
with:
4040
node-version: '20'
41+
cache: 'pnpm'
4142

42-
- name: Setup PNPM
43-
uses: pnpm/action-setup@v3
44-
with:
45-
version: '9.10.0'
46-
47-
- name: Get pnpm store directory
48-
shell: bash
43+
- name: Install PNPM
4944
run: |
50-
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
51-
52-
- name: Setup pnpm cache
53-
uses: actions/cache@v4
54-
with:
55-
path: ${{ env.STORE_PATH }}
56-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
57-
restore-keys: |
58-
${{ runner.os }}-pnpm-store-
45+
npm install -g pnpm@9.10.0
5946
6047
- name: Install dependencies (website only)
6148
run: |

0 commit comments

Comments
 (0)