Skip to content

Commit cd9c938

Browse files
authored
fix: ci (#8)
1 parent e5a4ccd commit cd9c938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/setup-node@v4
4040
with:
4141
node-version: ${{ env.NODE_VERSION }}
42-
cache: 'yarn'
42+
cache: 'pnpm'
4343

4444
- name: Clone docs repository
4545
run: git clone https://x-access-token:${{ secrets.GH_HYPERWEB_PAT }}@github.com/hyperweb-io/docs.hyperweb.io.git external-docs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
"js-yaml": "^4.1.0",
4646
"zod": "^3.24.2"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)