Skip to content

Commit 29da5cc

Browse files
chore(deps): update dependency node to v22.21.0 (#4354)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
1 parent f96cbe0 commit 29da5cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deployment-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/setup-node@v5
6565
if: env.SKIP_RELEASE == 'false'
6666
with:
67-
node-version: 22.20.0
67+
node-version: 22.21.0
6868
cache: "pnpm"
6969
- run: npm i -g pnpm
7070
if: env.SKIP_RELEASE == 'false'

tooling/github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- uses: pnpm/action-setup@v4
88
- uses: actions/setup-node@v5
99
with:
10-
node-version: 22.20.0
10+
node-version: 22.21.0
1111
cache: "pnpm"
1212

1313
- shell: bash

0 commit comments

Comments
 (0)