#4 Added pnpm install to workflow
All checks were successful
Run Unit and Integration Tests / test (push) Successful in 1m3s
Run Unit and Integration Tests / test (pull_request) Successful in 1m2s

This commit is contained in:
2025-06-29 13:57:56 +01:00
parent dc7ecc0cdb
commit 76af341036

View File

@ -17,6 +17,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: npm install