try to fix CI
This commit is contained in:
parent
1f7a3defab
commit
f658527492
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue