Skip to content

Commit

Permalink
Update lowest supported version of NodeJS to 14.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mapitman committed Sep 26, 2022
1 parent 069f29c commit db02813
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ This SDK makes using the Getty Images [API](http://developers.gettyimages.com) e
* [Getty Images API](http://developers.gettyimages.com/)
* [Issue Tracker](https://github.com/gettyimages/gettyimages-api_nodejs/issues)

## Prerequesites
## Prerequisites

* [Node.js (>= 10.19.0)](http://nodejs.org)
* [NPM (>= 6.13.4)](http://npmjs.org)
We will attempt to support all versions of NodeJS that are still supported.
See the [NodeJS Release Page](https://github.com/nodejs/release) for info on this.

* [Node.js (>= 14.20.1)](http://nodejs.org)
* [NPM (>= 8.15.0)](http://npmjs.org)

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"name": "Getty Images API Team"
},
"engines": {
"node": ">=12.22.12"
"node": ">=14.20.1"
},
"main": "gettyimages-api.js",
"devDependencies": {
Expand Down

0 comments on commit db02813

Please sign in to comment.