chore(deps): update node.js to v22.13.0

This commit is contained in:
renovate
2025-01-08 09:07:31 +00:00
committed by Dominik Pschenitschni
parent 8cec9995e3
commit 9e5994105a
2 changed files with 11 additions and 11 deletions

View File

@@ -363,7 +363,7 @@ steps:
- api-build
- name: frontend-dependencies
image: node:22.12.0-alpine
image: node:22.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@@ -377,7 +377,7 @@ steps:
# - restore-cache
- name: frontend-lint
image: node:22.12.0-alpine
image: node:22.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@@ -389,7 +389,7 @@ steps:
- frontend-dependencies
- name: frontend-build-prod
image: node:22.12.0-alpine
image: node:22.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@@ -401,7 +401,7 @@ steps:
- frontend-dependencies
- name: frontend-test-unit
image: node:22.12.0-alpine
image: node:22.13.0-alpine
pull: always
commands:
- cd frontend
@@ -412,7 +412,7 @@ steps:
- name: frontend-typecheck
failure: ignore
image: node:22.12.0-alpine
image: node:22.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@@ -543,7 +543,7 @@ steps:
- git fetch --tags
- name: frontend-dependencies
image: node:22.12.0-alpine
image: node:22.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@@ -555,7 +555,7 @@ steps:
- pnpm install --fetch-timeout 100000
- name: frontend-build
image: node:22.12.0-alpine
image: node:22.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@@ -946,7 +946,7 @@ steps:
- git fetch --tags
- name: build
image: node:22.12.0-alpine
image: node:22.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@@ -1007,7 +1007,7 @@ steps:
- git fetch --tags
- name: build
image: node:22.12.0-alpine
image: node:22.13.0-alpine
pull: always
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
@@ -1398,6 +1398,6 @@ steps:
- failure
---
kind: signature
hmac: 3e5069e96f4fa86dcc8453202f51a7bef36f958fb497477f0d5b5d56b985f3b7
hmac: 73c1f6acadb72481531c095c7c7ac9aff55e016c9fcf641d3f67d675501343c8
...

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM --platform=$BUILDPLATFORM node:22.12.0-alpine AS frontendbuilder
FROM --platform=$BUILDPLATFORM node:22.13.0-alpine AS frontendbuilder
WORKDIR /build