Skip to content

Commit

Permalink
ci: test against Node.js v18
Browse files Browse the repository at this point in the history
see: loopbackio/cicd#27

Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Apr 19, 2022
1 parent 5936ba0 commit 031b441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node-version: [10, 12, 14, 16, 17]
node-version: [10, 12, 14, 16, 17, 18]
mongodb-version: [4.4]
fail-fast: false
steps:
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
branches:
only: master
arch: arm64
dist: focal
services: docker
language: node_js
node_js:
Expand All @@ -9,6 +10,7 @@ node_js:
- 14
- 16
- 17
- 18
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 031b441

Please sign in to comment.