Skip to content

Commit 43251f9

Browse files
author
Frank Fiegel
committed
chore: update pnpm
1 parent 26fe00b commit 43251f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/feature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
- uses: pnpm/action-setup@v4
2626
with:
27-
version: 9
27+
version: "10.28.0"
2828
- name: Setup NodeJS ${{ matrix.node }}
2929
uses: actions/setup-node@v4
3030
with:

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121
- uses: pnpm/action-setup@v4
2222
with:
23-
version: 9
23+
version: "10.28.0"
2424
- name: Setup NodeJS
2525
uses: actions/setup-node@v4
2626
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"engines": {
5050
"node": ">=22.0.0"
5151
},
52-
"packageManager": "pnpm@9.15.4",
52+
"packageManager": "pnpm@10.28.0",
5353
"devDependencies": {
5454
"@eslint/js": "^9.39.2",
5555
"@types/debug": "^4.1.12",

0 commit comments

Comments
 (0)