From c3b9e135b056edb108759e0d72c5a8d2d2079588 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 8 Jan 2021 19:34:39 +0100 Subject: [PATCH] Finned node version for ci ref #67 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f7393db..fd21759 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ --- kind: pipeline -name: tests:node_latest +name: tests:node_14.0.0 clone: disable: true steps: @@ -11,7 +11,7 @@ steps: - git checkout $DRONE_SOURCE_BRANCH - mv .env.ci .env - name: run tests - image: node:alpine + image: node:14.15-alpine3.10 commands: - yarn - yarn test:ci @@ -39,7 +39,7 @@ steps: registry: registry.odit.services - name: run full license export depends_on: ["clone"] - image: node:alpine + image: node:14.15-alpine3.10 commands: - yarn - yarn licenses:export