mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
ci: use pnpm in build.yml
This commit is contained in:
@@ -22,6 +22,6 @@ jobs:
|
||||
node-version: '22.x'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build Addon
|
||||
run: npm run build
|
||||
run: pnpm run build
|
||||
|
||||
Reference in New Issue
Block a user