chore: update CI workflow to use pnpm for package management
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user