ci(release): add pnpm setup
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Tim 2025-11-27 17:45:41 +01:00
parent d86bc3bbd9
commit 17746db439

View file

@ -10,7 +10,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install NPM dependencies
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
run_install: false
- name: Install dependencies
run: pnpm install
- name: Build
env: