diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd08ac6..838cd96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,11 +5,11 @@ build and deploy: stage: build and deploy only: - main - image: node:18 + image: node:latest before_script: - apt-get update -qq && apt-get install -y -qq lftp script: - - npm ci + - npm install - npm run build - | cd dist