Skip to content

Commit 746b825

Browse files
committed
chore: use pnpm instead of npm
1 parent 72007c0 commit 746b825

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: "20"
17+
cache: "pnpm"
1718
# Pick your own package manager and build script
18-
- run: npm install
19+
- run: pnpm install
1920
- name: Build
2021
env:
2122
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
22-
run: npx nuxt build --preset github_pages
23+
run: pnpm nuxt build --preset github_pages
2324
- name: Upload artifact
2425
uses: actions/upload-pages-artifact@v3
2526
with:

0 commit comments

Comments
 (0)