1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: use node 12 for building

This commit is contained in:
Ivar Conradi Østhus 2021-01-12 11:41:55 +01:00
parent 171ccd337d
commit 547676c491

View File

@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- 10
- 12
before_install: yarn global add greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
script: yarn run test:ci