fix(workflows): set specific pnpm version

This commit is contained in:
braks
2024-05-15 08:52:09 +02:00
committed by Braks
parent 6576836c96
commit 7267baa31c

View File

@@ -9,7 +9,7 @@ runs:
- name: Install pnpm 📦
uses: pnpm/action-setup@v3.0.0
with:
version: 9
version: 9.1.0
run_install: false
- name: Setup pnpm config 📖