Migrate pnpm to v11 in github actions

This commit is contained in:
schroda
2026-05-15 21:42:47 +02:00
parent 649fa1e932
commit 555d0c5b24
4 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ jobs:
version: 11.1.2
cache: true
- run: pnpm setup
- name: Install modules
run: pnpm ci