Skip to content

Commit

Permalink
Drop support for node < 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcollier committed Dec 6, 2023
1 parent 7eabfbf commit 0f01feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ easy API for creating and working with its collections.

## Requirements

- npm v3+
- npm v9+

## Quick Examples

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"jsdoc-to-markdown": "^7.1.1"
},
"engines": {
"node": ">=14"
"node": ">=18"
}
}

0 comments on commit 0f01feb

Please sign in to comment.