Skip to content

Commit b7f913b

Browse files
fix: update node to 22 / pnpm 10 to make openapi update work again (#261)
* fix: update node to 22 to make openapi update work again * fix: update pnpm to v10 * chore(api-spec): update OpenAPI spec --------- Co-authored-by: Meierschlumpf <[email protected]>
1 parent 4288389 commit b7f913b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [20]
17+
node-version: [22]
1818
steps:
1919
- uses: actions/checkout@v4
2020
name: "Checkout app source repository"
@@ -23,7 +23,7 @@ jobs:
2323
- uses: pnpm/action-setup@v2
2424
name: "Install pnpm"
2525
with:
26-
version: 8
26+
version: 10
2727
- name: "Use Node.js ${{ matrix.node-version }}"
2828
uses: actions/setup-node@v4
2929
with:

0 commit comments

Comments
 (0)