ci: use Node LTS and npm ci, remove Greenkeeper

This commit is contained in:
Christopher Willis-Ford 2022-05-25 07:31:34 -07:00
parent 053d0b56c2
commit a0a67cd872

View file

@ -1,17 +1,10 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- 10
before_install:
- npm install -g greenkeeper-lockfile
install: npm install
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
- lts/*
install: npm ci --production=false
after_success:
- npx semantic-release
branches: