ci: use pnpm specified in package.json

This commit is contained in:
izzy
2025-10-08 17:29:18 +01:00
parent 2cc6ac4667
commit 6e9ef636b6
-1
View File
@@ -22,7 +22,6 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 10
run_install: false run_install: false
- name: Install Node.js - name: Install Node.js