try to fix CI

This commit is contained in:
isUnknown 2024-11-22 17:41:41 +01:00
parent 1f7a3defab
commit f658527492

View file

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