ci: use pnpm in build.yml

This commit is contained in:
Viren070
2025-09-13 18:28:11 +01:00
parent 7777d22e11
commit 7aba64f07c
+2 -2
View File
@@ -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