Skip to content

Commit 7c31243

Browse files
committed
fix: update setup steps for pnpm and Node.js in index-docs workflow
1 parent d5c9a2a commit 7c31243

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/index-docs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ jobs:
4444
with:
4545
fetch-depth: 0
4646

47-
- name: Setup pnpm
48-
uses: pnpm/action-setup@v6.0.10
49-
50-
- name: Setup Node.js
51-
uses: actions/setup-node@v7
47+
# fusion-gh-runner-fusion-framework's image doesn't ship gh or libatomic
48+
# (needed by pnpm's standalone binary); tracked with infra.
49+
- name: Setup fusion runner
50+
continue-on-error: true
51+
uses: ./.github/actions/setup-fusion-runner
52+
53+
- name: Setup node and install deps
54+
uses: ./.github/actions/node-setup
5255
with:
5356
node-version: 24
5457

55-
- name: Install dependencies
56-
run: pnpm install
57-
5858
- name: Resolve index config
5959
id: index
6060
run: |

0 commit comments

Comments
 (0)