From 09ff54c33a1e74d5af927a1e525a9c5f26362c1d Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 25 Oct 2023 19:09:04 +0000 Subject: [PATCH 1/3] chore(deps): update dependency node --- .drone.yml | 14 +++++++------- .nvmrc | 2 +- Dockerfile | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 461bc5829..fa60ad834 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: # - .cache - name: dependencies - image: node:20.8-alpine + image: node:20.9-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -55,7 +55,7 @@ steps: # - restore-cache - name: lint - image: node:20.8-alpine + image: node:20.9-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -66,7 +66,7 @@ steps: - dependencies - name: build-prod - image: node:20.8-alpine + image: node:20.9-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -77,7 +77,7 @@ steps: - dependencies - name: test-unit - image: node:20.8-alpine + image: node:20.9-alpine pull: always commands: - corepack enable && pnpm config set store-dir .cache/pnpm @@ -87,7 +87,7 @@ steps: - name: typecheck failure: ignore - image: node:20.8-alpine + image: node:20.9-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -202,7 +202,7 @@ steps: # - .cache - name: build - image: node:20.8-alpine + image: node:20.9-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -285,7 +285,7 @@ steps: # - .cache - name: build - image: node:20.8-alpine + image: node:20.9-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm diff --git a/.nvmrc b/.nvmrc index a58d2d2c2..43bff1f8c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.18.2 \ No newline at end of file +20.9.0 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 0bfcd9f85..a78568c37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # │─││ │││ │ │ # ┘─┘┘─┘┘┘─┘┘─┘ -FROM --platform=$BUILDPLATFORM node:20.8-alpine AS builder +FROM --platform=$BUILDPLATFORM node:20.9-alpine AS builder WORKDIR /build -- 2.45.1 From e7a9c3aa14794517899ad6ad65515df709f3cb7e Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 26 Oct 2023 12:08:25 +0200 Subject: [PATCH 2/3] chore(ci): sign drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fa60ad834..f4d682dff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -532,6 +532,6 @@ steps: src/i18n/lang/en.json: en.json --- kind: signature -hmac: 3678445f9053754ee4aae3e8888f8275e592711b84f0a1f013da117c9c1f44ce +hmac: bad5e71a1fc4bff66f205c3d99777f37adedd7652aeb3a5856ff9504adc39099 ... -- 2.45.1 From 16e38d0f878f6c057f8447db491f7589443541fb Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 26 Oct 2023 12:09:36 +0200 Subject: [PATCH 3/3] chore(ci): sign drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f4d682dff..ecfb42bd4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -532,6 +532,6 @@ steps: src/i18n/lang/en.json: en.json --- kind: signature -hmac: bad5e71a1fc4bff66f205c3d99777f37adedd7652aeb3a5856ff9504adc39099 +hmac: dab902060979f246df77641c995c843ea39f86dba2de9003da7e593ce6f6f08a ... -- 2.45.1