From cdb17c8e4a865bdd72b6cb61885ddf775120ce02 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Tue, 29 Nov 2022 17:21:28 -0600 Subject: [PATCH] Drone: add openssl compat flag --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0a62235..d451ad2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,6 +29,8 @@ steps: - ./node_modules/.bin/ionic build --prod - ./node_modules/.bin/ngsw-config ./www/ ./ngsw-config.json /i - echo -n $(uuidgen) | tee ./www/version.html + environment: + NODE_OPTIONS: --openssl-legacy-provider - name: container build image: docker:latest