We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66126d commit 3fde36dCopy full SHA for 3fde36d
1 file changed
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: actions/setup-node@v4
41
with:
42
node-version: 22
43
- cache: npm # or pnpm / yarn
+ cache: pnpm # or pnpm / yarn
44
- name: Setup Pages
45
uses: actions/configure-pages@v4
46
- name: Install dependencies
0 commit comments