Skip to content

Commit

Permalink
ci: update Node.js version
Browse files Browse the repository at this point in the history
see: loopbackio/cicd#2
see: loopbackio/cicd#4

Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza authored and apocist committed May 12, 2022
1 parent 2f61960 commit b161aea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_js:
- 12
- 14
- 16
- 17
before_install: |
docker run --name=mongodb --publish=27017:27017 --detach mongo:4.4
until docker exec --tty mongodb mongo --port=27017 --eval='db.serverStatus()'
Expand Down

0 comments on commit b161aea

Please sign in to comment.