fix: set pnpm version in github actions correctly

This commit is contained in:
2025-01-06 19:32:43 +01:00
parent f152dbdcf5
commit dce554fc66

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: 🐉 Use Node.js 22.4.x
uses: actions/setup-node@v3
with: