From e613dc991eb89a70b656ab295fb1549688aeec62 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 2 May 2023 11:03:53 +0000 Subject: [PATCH 1/2] chore(deps): update node.js to v20 --- .drone.yml | 14 +++++++------- Dockerfile | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 453ef0609..b49823f48 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: # - .cache - name: dependencies - image: node:18-alpine + image: node:20-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -54,7 +54,7 @@ steps: # - restore-cache - name: lint - image: node:18-alpine + image: node:20-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -65,7 +65,7 @@ steps: - dependencies - name: build-prod - image: node:18-alpine + image: node:20-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -76,7 +76,7 @@ steps: - dependencies - name: test-unit - image: node:18-alpine + image: node:20-alpine pull: always commands: - corepack enable && pnpm config set store-dir .cache/pnpm @@ -86,7 +86,7 @@ steps: - name: typecheck failure: ignore - image: node:18-alpine + image: node:20-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -201,7 +201,7 @@ steps: # - .cache - name: build - image: node:18-alpine + image: node:20-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm @@ -278,7 +278,7 @@ steps: # - .cache - name: build - image: node:18-alpine + image: node:20-alpine pull: always environment: PNPM_CACHE_FOLDER: .cache/pnpm diff --git a/Dockerfile b/Dockerfile index 52d08e468..50de2fa5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # │─││ │││ │ │ # ┘─┘┘─┘┘┘─┘┘─┘ -FROM --platform=$BUILDPLATFORM node:18-alpine AS builder +FROM --platform=$BUILDPLATFORM node:20-alpine AS builder WORKDIR /build -- 2.40.1 From 55e48bc511d1e48c6488ac05a8ead1feaed3d903 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 2 May 2023 13:29:13 +0200 Subject: [PATCH 2/2] chore(ci): sign drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b49823f48..43cdf3232 100644 --- a/.drone.yml +++ b/.drone.yml @@ -523,6 +523,6 @@ steps: from_secret: crowdin_key --- kind: signature -hmac: 3e0a5820a611a0c8baf7076ccae2db9846ad2f04d57d05c232b9574ade588dfe +hmac: dd079665e2294411aebac57837243255cd8fcc34fe5625abab21c55bb5c9763a ... -- 2.40.1