pm2
Version:
Production process manager for Node.JS applications with a built-in load balancer.
25 lines (24 loc) • 357 B
YAML
language: node_js
node_js:
- "17"
- "16"
- "14"
- "12"
- "10"
git:
depth: 2
os:
- linux
arch:
- amd64
before_install:
- sudo apt-get -qq update
- sudo apt-get install python3
- sudo apt-get install php7.0-cli
- if [[ $(uname -m) == 's390x' ]]; then
sudo apt-get install bc;
fi
services:
- docker
install:
- npm install