diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eacdb6c..e76e0c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ pages: # the job must be named pages - echo $CI_COMMIT_TIMESTAMP $CI_COMMIT_SHORT_SHA > src/assets/version.txt - npm install -g workbox-cli script: + - export NODE_OPTIONS=--openssl-legacy-provider - npm ci - npm run build - mv public public-vue # GitLab Pages hooks on the public folder