Skip to content

Commit

Permalink
BREAKING CHANGE: test on node v16+, drop support for Node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 3, 2024
1 parent ef2d6c6 commit a732fd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
node: [16, 18, 20, 22]
os: [ubuntu-20.04]
include:
- os: ubuntu-20.04
Expand All @@ -38,4 +38,4 @@ jobs:
sleep 2
mongod --version
echo `pwd`/mongodb-linux-x86_64-${{ matrix.mongo-os }}-${{ matrix.mongo }}/bin >> $GITHUB_PATH
- run: npm test
- run: npm test
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"bugs": {
"url": "https://github.com/vkarpov15/mongoose-lean-virtuals/issues"
},
"engines": {
"node": ">=16.20.1"
},
"homepage": "https://github.com/vkarpov15/mongoose-lean-virtuals",
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit a732fd0

Please sign in to comment.