Skip to content

Commit

Permalink
Merge branch 'loopbackio:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jaishirole authored Apr 28, 2022
2 parents 0d8f541 + 92ae33c commit f67b07a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudN

| Version | Status | Published | EOL | LoopBack | Juggler |
| ---------- | -------------------- | --------- | -------------------- | ---------|----------|
| 6.x | Current | Mar 2021 | Apr 2024 _(minimum)_ | 4 | 4.x |
| 6.x | Current | Mar 2021 | Apr 2025 _(minimum)_ | 4 | 4.x |
| 5.x | Active LTS | Jun 2019 | Apr 2023 | 3, 4 | 3.x, 4.x |
| 4.x | Maintenance LTS | Nov 2018 | Apr 2021 | 3, 4 | 3.x, 4.x |

Expand Down

0 comments on commit f67b07a

Please sign in to comment.