Skip to content

Commit f67b07a

Browse files
authored
Merge branch 'loopbackio:master' into master
2 parents 0d8f541 + 92ae33c commit f67b07a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 15
2222
strategy:
2323
matrix:
24-
node-version: [10, 12, 14, 16, 17]
24+
node-version: [10, 12, 14, 16, 17, 18]
2525
mongodb-version: [4.4]
2626
fail-fast: false
2727
steps:

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
branches:
22
only: master
33
arch: arm64
4+
dist: focal
45
services: docker
56
language: node_js
67
node_js:
@@ -9,6 +10,7 @@ node_js:
910
- 14
1011
- 16
1112
- 17
13+
- 18
1214
before_install: |
1315
docker run --name=mongodb --publish=27017:27017 --detach mongo:4.4
1416
until docker exec --tty mongodb mongo --port=27017 --eval='db.serverStatus()'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudN
2222

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

0 commit comments

Comments
 (0)