From 6a49576acf7446949eec5be8b249fe7d6ad21a45 Mon Sep 17 00:00:00 2001 From: Ruslan Kuchumov <2381461-mildlyparallel@users.noreply.gitlab.com> Date: Fri, 7 Apr 2023 21:43:25 +0300 Subject: [PATCH] add legacy ssl option --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed269c9..24c59cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,8 @@ compile-frontend: image: node:latest rules: - if: $CI_COMMIT_TAG + variables: + NODE_OPTIONS: '--openssl-legacy-provider' script: - cd frontend - npm install