fix: add pnpm to pipeline

This commit is contained in:
2024-07-09 16:39:21 +02:00
parent 3f9674b399
commit 7ad9612037

View File

@@ -21,6 +21,10 @@ jobs:
- name: ⏬ Install Python dependencies
run: pip install -r requirements.txt
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
- name: 🐉 Use Node.js 18.16.x
uses: actions/setup-node@v3
with: