chore: migrate package manager from npm to pnpm #110

Merged
Philipp merged 4 commits from feature/migrate-to-pnpm into main 2026-08-11 00:20:02 +02:00
Showing only changes of commit 40019a888c - Show all commits
-2
View File
@@ -14,8 +14,6 @@ jobs:
with: with:
node-version: '24' node-version: '24'
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
with:
version: 11
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
shell: bash shell: bash
- run: pnpm test - run: pnpm test