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

@@ -37,6 +37,8 @@ jobs:
version: 11.1.2
cache: true
- run: pnpm setup
- name: Cache node_modules
uses: actions/cache@v4
with: