chore: use standalone pnpm and bump packageManager to 11.0.0-alpha.9

Switch CI workflows to use standalone pnpm installation and update
the packageManager field to match the latest alpha release.
This commit is contained in:
Zoltan Kochan
2026-02-22 23:35:53 +01:00
parent 1054d72c5b
commit dfd5fe7387
6 changed files with 6 additions and 6 deletions

View File

@@ -16,6 +16,6 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
with:
standalone: false
standalone: true
- name: Audit
run: pnpm audit

View File

@@ -33,7 +33,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
with:
standalone: false
standalone: true
- name: Setup Node
run: pnpm env use -g 24.6.0

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
with:
standalone: false
standalone: true
- name: Setup Node
run: pnpm env use -g 24.6.0
timeout-minutes: 1

View File

@@ -30,7 +30,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
with:
standalone: false
standalone: true
- name: Setup Node
run: pnpm env use -g 25.6.1
timeout-minutes: 1

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
with:
standalone: false
standalone: true
- name: Setup Node
run: pnpm env use -g 24.6.0

View File

@@ -61,5 +61,5 @@
"engines": {
"pnpm": ">=9.6.0"
},
"packageManager": "pnpm@11.0.0-alpha.5"
"packageManager": "pnpm@11.0.0-alpha.9"
}