Skip to content

Commit 266b074

Browse files
committed
fix(deploy): use PNPM cache instead
1 parent 00dcd46 commit 266b074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

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: 18
42-
cache: npm # or pnpm / yarn
42+
cache: pnpm
4343
- name: Setup Pages
4444
uses: actions/configure-pages@v4
4545
- name: Install dependencies

0 commit comments

Comments
 (0)