Skip to content

Commit c31f147

Browse files
committed
chore(workflows): switch to pnpm
1 parent 8c047e7 commit c31f147

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 18
19-
cache: npm
18+
cache: 'pnpm'
2019

2120
- name: Install dependencies
22-
run: npm ci
21+
run: pnpm install
2322
- name: Build website
24-
run: npm run build
23+
run: pnpm run build
2524

2625
# Popular action to deploy to GitHub Pages:
2726
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus

0 commit comments

Comments
 (0)