chore(deps): update dependency node (#455)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-05-08 06:07:24 +02:00
committed by GitHub
parent cab34052f9
commit cd4762377a
3 changed files with 3 additions and 3 deletions

2
.nvmrc
View File

@@ -1 +1 @@
20.12.2
20.13.0

View File

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

View File

@@ -2,7 +2,7 @@
"name": "homarr",
"private": true,
"engines": {
"node": ">=20.12.2"
"node": ">=20.13.0"
},
"packageManager": "pnpm@9.1.0",
"scripts": {