diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 8425351ba..34f5c2f10 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -4,11 +4,11 @@ on: push: branches: - master - - 5.x + - 6.x pull_request: branches: - master - - 5.x + - 6.x schedule: - cron: '0 2 * * 1' # At 02:00 on Monday @@ -21,7 +21,7 @@ jobs: timeout-minutes: 15 strategy: matrix: - node-version: [18, 19, 20, 21] + node-version: [18, 20, 22] mongodb-version: - '4.4' - '5.0' diff --git a/.npmignore b/.npmignore new file mode 100644 index 000000000..984a793ee --- /dev/null +++ b/.npmignore @@ -0,0 +1,6 @@ +node_modules +coverage +.idea +.nyc_output/ +test +.travis.yml diff --git a/README.md b/README.md index 2a32a2da1..757fec21c 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ 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 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 | +| 5.x | End-of-Life | Jun 2019 | Apr 2023 | 3, 4 | 3.x, 4.x | +| 4.x | End-of-Life | Nov 2018 | Apr 2021 | 3, 4 | 3.x, 4.x | ## Creating a MongoDB data source