build(web): pin pnpm via packageManager + align CI to pnpm 11 (#26)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 15:50:40 +02:00
parent b4d71b0f80
commit e6fc3eaf2c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
version: 11
- uses: actions/setup-node@v4
with:
node-version: 20
+1
View File
@@ -2,6 +2,7 @@
"name": "web",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@11.5.1",
"type": "module",
"scripts": {
"dev": "vite",