Skip to content

Commit 0aa7a4d

Browse files
zcoderrclaude
andcommitted
fix(ci): pin @blocklet/cli to 1.17.10 to avoid graphql module resolution bug
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6d0ba64 commit 0aa7a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: pnpm install --frozen-lockfile
2929

3030
- name: Install blocklet CLI
31-
run: npm install -g @blocklet/cli
31+
run: npm install -g @blocklet/cli@1.17.10
3232

3333
- name: Blocklet workflow
3434
uses: blocklet/action-workflow@v1

0 commit comments

Comments
 (0)