From 33809e1882479d800de8d93f6bc48bd4cf75be3b Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 28 Mar 2024 21:06:41 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.12.0 --- .drone.yml | 18 +++++++++--------- Dockerfile | 2 +- frontend/.nvmrc | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 232958767..3ce7b3137 100644 --- a/.drone.yml +++ b/.drone.yml @@ -364,7 +364,7 @@ steps: - api-build - name: frontend-dependencies - image: node:20.11.1-alpine + image: node:20.12.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -378,7 +378,7 @@ steps: # - restore-cache - name: frontend-lint - image: node:20.11.1-alpine + image: node:20.12.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -390,7 +390,7 @@ steps: - frontend-dependencies - name: frontend-build-prod - image: node:20.11.1-alpine + image: node:20.12.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -402,7 +402,7 @@ steps: - frontend-dependencies - name: frontend-test-unit - image: node:20.11.1-alpine + image: node:20.12.0-alpine pull: always commands: - cd frontend @@ -413,7 +413,7 @@ steps: - name: frontend-typecheck failure: ignore - image: node:20.11.1-alpine + image: node:20.12.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -545,7 +545,7 @@ steps: - git fetch --tags - name: frontend-dependencies - image: node:20.11.1-alpine + image: node:20.12.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -557,7 +557,7 @@ steps: - pnpm install --fetch-timeout 100000 - name: frontend-build - image: node:20.11.1-alpine + image: node:20.12.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -902,7 +902,7 @@ steps: - git fetch --tags - name: build - image: node:20.11.1-alpine + image: node:20.12.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -963,7 +963,7 @@ steps: - git fetch --tags - name: build - image: node:20.11.1-alpine + image: node:20.12.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm diff --git a/Dockerfile b/Dockerfile index 50d74b262..21427d5ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM --platform=$BUILDPLATFORM node:20.11.1-alpine AS frontendbuilder +FROM --platform=$BUILDPLATFORM node:20.12.0-alpine AS frontendbuilder WORKDIR /build diff --git a/frontend/.nvmrc b/frontend/.nvmrc index 726a201e6..c369ba60f 100644 --- a/frontend/.nvmrc +++ b/frontend/.nvmrc @@ -1 +1 @@ -20.11.1 \ No newline at end of file +20.12.0 \ No newline at end of file