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

View File

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

View File

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

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: