From ff8b630324656c7292dd9b5cf1c6e68f94ab3e8a Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 26 Nov 2022 16:15:29 +0100 Subject: [PATCH] Updated used node --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5d8c5ce..3104194 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,11 +25,11 @@ steps: GIT_CRYPT_KEY: from_secret: git_crypt_key - name: setup - image: node:16-alpine + image: node:18-alpine commands: - npm install - name: build - image: node:16-alpine + image: node:18-alpine commands: - npm install -g @angular/cli - ng build @@ -86,7 +86,7 @@ steps: volumes: - name: cache-district - host: + host: path: /var/lib/drone/cache-district trigger: