From d7553617b84603bb0192061aba695f9f760ff883 Mon Sep 17 00:00:00 2001 From: Guus van Meerveld Date: Tue, 5 Mar 2024 23:28:25 +0100 Subject: [PATCH] ci: update node version for test workflow --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 12a6088..f37ec0e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,10 +8,10 @@ platform: steps: - name: Test the newest commit - image: node:16-alpine + image: node:20-alpine volumes: - - name: cache - path: /drone/src/node_modules + - name: cache + path: /drone/src/node_modules commands: - yarn install - yarn run prisma:generate @@ -37,7 +37,7 @@ steps: image: plugins/docker settings: repo: guusvanmeerveld/portfolio - tags: + tags: - latest - latest-amd64 platforms: linux/amd64 @@ -71,4 +71,4 @@ steps: from_secret: docker_password depends_on: - - test \ No newline at end of file + - test