feature/upgrade #12

Merged
manuel merged 67 commits from feature/upgrade into master 2024-01-28 00:13:54 +01:00
Showing only changes of commit 23ea5150f5 - Show all commits

View file

@ -1,9 +1,7 @@
pipeline: pipeline:
build: build:
image: node:8 image: tamlyn/headless-nodejs
commands: commands:
- apt-get update
- apt-get install -yq libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libcups2 libxss1 libxrandr2 libpangocairo-1.0-0 libatk1.0-0 libatk-bridge2.0-0 libgtk-3-0 libnss3 libasound2
- npm install - npm install
- npm run test:ci - npm run test:ci
- npm run build-prod - npm run build-prod