add legacy ssl option

This commit is contained in:
Ruslan Kuchumov
2023-04-07 21:43:25 +03:00
parent 3c452ea9f1
commit 6a49576acf

View File

@@ -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