Skip to content

Commit e76a26b

Browse files
committed
fix: update node.js versions in CI
Signed-off-by: dhmlau <[email protected]>
1 parent fe4a2f9 commit e76a26b

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- master
7-
- 5.x
7+
- 6.x
88
pull_request:
99
branches:
1010
- master
11-
- 5.x
11+
- 6.x
1212
schedule:
1313
- cron: '0 2 * * 1' # At 02:00 on Monday
1414

@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 15
2222
strategy:
2323
matrix:
24-
node-version: [18, 19, 20, 21]
24+
node-version: [18, 20, 22]
2525
mongodb-version:
2626
- '4.4'
2727
- '5.0'

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node_modules
2+
coverage
3+
.idea
4+
.nyc_output/
5+
test
6+
.travis.yml

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudN
2323
| Version | Status | Published | EOL | LoopBack | Juggler |
2424
| ---------- | -------------------- | --------- | -------------------- | ---------|----------|
2525
| 6.x | Current | Mar 2021 | Apr 2025 _(minimum)_ | 4 | 4.x |
26-
| 5.x | Active LTS | Jun 2019 | Apr 2023 | 3, 4 | 3.x, 4.x |
27-
| 4.x | Maintenance LTS | Nov 2018 | Apr 2021 | 3, 4 | 3.x, 4.x |
26+
| 5.x | End-of-Life | Jun 2019 | Apr 2023 | 3, 4 | 3.x, 4.x |
27+
| 4.x | End-of-Life | Nov 2018 | Apr 2021 | 3, 4 | 3.x, 4.x |
2828

2929
## Creating a MongoDB data source
3030

0 commit comments

Comments
 (0)