Skip to content

Commit

Permalink
Update minimum Node.js version to v12 (axios requirement) (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladnava authored Sep 21, 2023
1 parent c6b9eab commit 3de45c6
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 @@ -24,7 +24,7 @@ Follow [PR #238](https://github.com/ToothlessGear/node-gcm/pull/238) to see curr
$ npm install node-gcm --save
```

**Note:** This package requires Node v4.0 and newer.
**Note:** This package requires Node v12.0 and newer.

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"sinon": "^5.0.7"
},
"engines": {
"node": ">= 4"
"node": ">= 12"
},
"bugs": {
"url": "https://github.com/ToothlessGear/node-gcm/issues"
Expand Down

0 comments on commit 3de45c6

Please sign in to comment.