From 5f952547e4a7cb37189ea91263a820684c83fa49 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 28 May 2024 22:11:15 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.14.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 aafef4f5d..0faf8cb9f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -364,7 +364,7 @@ steps: - api-build - name: frontend-dependencies - image: node:20.12.2-alpine + image: node:20.14.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -378,7 +378,7 @@ steps: # - restore-cache - name: frontend-lint - image: node:20.12.2-alpine + image: node:20.14.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -390,7 +390,7 @@ steps: - frontend-dependencies - name: frontend-build-prod - image: node:20.12.2-alpine + image: node:20.14.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -402,7 +402,7 @@ steps: - frontend-dependencies - name: frontend-test-unit - image: node:20.12.2-alpine + image: node:20.14.0-alpine pull: always commands: - cd frontend @@ -413,7 +413,7 @@ steps: - name: frontend-typecheck failure: ignore - image: node:20.12.2-alpine + image: node:20.14.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -544,7 +544,7 @@ steps: - git fetch --tags - name: frontend-dependencies - image: node:20.12.2-alpine + image: node:20.14.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -556,7 +556,7 @@ steps: - pnpm install --fetch-timeout 100000 - name: frontend-build - image: node:20.12.2-alpine + image: node:20.14.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -901,7 +901,7 @@ steps: - git fetch --tags - name: build - image: node:20.12.2-alpine + image: node:20.14.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -962,7 +962,7 @@ steps: - git fetch --tags - name: build - image: node:20.12.2-alpine + image: node:20.14.0-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm diff --git a/Dockerfile b/Dockerfile index c848724c9..2fc619d24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM --platform=$BUILDPLATFORM node:20.12.2-alpine AS frontendbuilder +FROM --platform=$BUILDPLATFORM node:20.14.0-alpine AS frontendbuilder WORKDIR /build diff --git a/frontend/.nvmrc b/frontend/.nvmrc index f03c4db80..805efa9f6 100644 --- a/frontend/.nvmrc +++ b/frontend/.nvmrc @@ -1 +1 @@ -20.13.0 \ No newline at end of file +20.14.0 \ No newline at end of file