Add pnpm to workflows
Node.js CI / build (18.x) (push) Failing after 28s
Node.js CI / build (20.x) (push) Failing after 25s
Node.js CI / build (22.x) (push) Failing after 18s

This commit is contained in:
2026-06-24 15:12:26 +02:00
parent aa08e75010
commit 64511ddfdc
+6 -1
View File
@@ -25,7 +25,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
package-manager-cache: false
- name: Setup pnpm
uses: pnpm/action-setup@v6
with:
cache: true
run_install: true
- run: npm ci
- run: npm run build --if-present
- run: npm test