From 06dfc63a3d1414090e0207b11d2b8a1affe95051 Mon Sep 17 00:00:00 2001 From: Richard Tan Date: Tue, 12 May 2026 02:19:05 +0800 Subject: [PATCH] ci(sync-workspace): install boxel-cli via pnpm to handle catalog: protocol --- .github/actions/sync-workspace/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/sync-workspace/action.yml b/.github/actions/sync-workspace/action.yml index 1b408eb2..d7173284 100644 --- a/.github/actions/sync-workspace/action.yml +++ b/.github/actions/sync-workspace/action.yml @@ -33,7 +33,9 @@ runs: - name: Install boxel-cli shell: bash - run: npm install -g @cardstack/boxel-cli + run: | + npm install -g pnpm + pnpm add -g @cardstack/boxel-cli - name: Create boxel-cli profile shell: bash