Skip to content

Commit 91cc6da

Browse files
committed
fix(deps): define pnpm version in package-json
1 parent 7e4c880 commit 91cc6da

File tree

5 files changed

+1
-8
lines changed

5 files changed

+1
-8
lines changed

.github/workflows/argos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- name: Check out repository code
1717
uses: actions/checkout@v4
1818
- uses: pnpm/action-setup@v2
19-
with:
20-
version: 9
2119
- name: Use Node.js
2220
uses: actions/setup-node@v4
2321
with:

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
- uses: pnpm/action-setup@v2
33-
with:
34-
version: 10
3533
- name: Use Node.js ${{ matrix.node-version }}
3634
uses: actions/setup-node@v4
3735
with:

.github/workflows/dump-api-data.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: pnpm/action-setup@v2
25-
with:
26-
version: 8
2725
- name: Use Node.js ${{ matrix.node-version }}
2826
uses: actions/setup-node@v4
2927
with:

.github/workflows/update-homarr-openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
repository: homarr-labs/homarr
2323
- uses: pnpm/action-setup@v2
2424
name: "Install pnpm"
25-
with:
26-
version: 10
2725
- name: "Use Node.js ${{ matrix.node-version }}"
2826
uses: actions/setup-node@v4
2927
with:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"last 1 safari version"
8181
]
8282
},
83+
"packageManager": "[email protected]",
8384
"engines": {
8485
"node": ">=22.15.0"
8586
}

0 commit comments

Comments
 (0)