From 05861ea1d5db01320688fcd14ce3a0af512bba7a Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 19 Apr 2021 15:21:29 +0200 Subject: [PATCH] Update owncloudci to 14 --- .drone.star | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.star b/.drone.star index cbe5ada..b386df9 100644 --- a/.drone.star +++ b/.drone.star @@ -245,7 +245,7 @@ def tests(ctx): 'steps': [ { 'name': 'install', - 'image': 'owncloudci/nodejs:12', + 'image': 'owncloudci/nodejs:14', 'pull': 'always', 'commands': [ 'yarn install --frozen-lockfile', @@ -253,7 +253,7 @@ def tests(ctx): }, { 'name': 'lint', - 'image': 'owncloudci/nodejs:12', + 'image': 'owncloudci/nodejs:14', 'pull': 'always', 'commands': [ 'yarn lint', @@ -261,7 +261,7 @@ def tests(ctx): }, { 'name': 'build', - 'image': 'owncloudci/nodejs:12', + 'image': 'owncloudci/nodejs:14', 'pull': 'always', 'commands': [ 'yarn build', @@ -269,7 +269,7 @@ def tests(ctx): }, { 'name': 'unit', - 'image': 'owncloudci/nodejs:12', + 'image': 'owncloudci/nodejs:14', 'pull': 'always', 'commands': [ 'yarn test:unit' @@ -298,7 +298,7 @@ def release(ctx): 'steps': [ { 'name': 'build', - 'image': 'owncloudci/nodejs:11', + 'image': 'owncloudci/nodejs:14', 'pull': 'always', 'commands': [ 'yarn install --frozen-lockfile',