Skip to content

Commit 2c498a6

Browse files
committed
fix: try GH Action with pnpm
1 parent 137892f commit 2c498a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-node@v4
3535
with:
3636
node-version: 20
37-
cache: 'npm'
37+
cache: 'pnpm'
3838
- name: Install dependencies
3939
run: npm ci
4040
- name: Build

0 commit comments

Comments
 (0)