chore: update CI workflow to use pnpm for package management

This commit is contained in:
Soulter
2025-10-15 23:12:38 +08:00
parent d77830b97f
commit 8d79c50d53
+4 -3
View File
@@ -16,9 +16,10 @@ jobs:
- name: npm install, build
run: |
cd dashboard
npm install
npm i --save-dev @types/markdown-it
npm run build
npm install pnpm -g
pnpm install
pnpm i --save-dev @types/markdown-it
pnpm run build
- name: Inject Commit SHA
id: get_sha