chore(deps): update dependency node to v22.18.0 (#3762)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2025-08-07 17:23:48 +00:00
committed by GitHub
parent c73ce1f704
commit 4b6c69d48a
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
if: env.SKIP_RELEASE == 'false' if: env.SKIP_RELEASE == 'false'
with: with:
node-version: 22 node-version: 22.18.0
- run: npm i -g pnpm - run: npm i -g pnpm
if: env.SKIP_RELEASE == 'false' if: env.SKIP_RELEASE == 'false'
- name: Install dependencies - name: Install dependencies

View File

@@ -1,4 +1,4 @@
FROM node:22.17.1-alpine AS base FROM node:22.18.0-alpine AS base
FROM base AS builder FROM base AS builder
RUN apk add --no-cache libc6-compat RUN apk add --no-cache libc6-compat

View File

@@ -7,7 +7,7 @@ runs:
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 22 node-version: 22.18.0
cache: "pnpm" cache: "pnpm"
- shell: bash - shell: bash