Skip to content

Commit

Permalink
build!: update minimum Node.js version from 14.17.5 to 16.4.0 (#1590
Browse files Browse the repository at this point in the history
)

BREAKING CHANGE: drop support for Node 14
  • Loading branch information
erikian committed Nov 3, 2023
1 parent fadc3e8 commit 38f4f0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Expand Up @@ -60,8 +60,7 @@ workflows:
node-version:
- 20.2.0
- 18.14.0
- 16.19.0
- 14.19.0
- 16.4.0
filters:
branches: { ignore: gh-pages }

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ It generates executables/bundles for the following **target** platforms:

## Installation

This module requires Node.js 14.17.5 or higher to run.
This module requires Node.js 16.4.0 or higher to run.

```sh
npm install --save-dev electron-packager
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,7 +66,7 @@
"typescript": "^4.0.2"
},
"engines": {
"node": ">= 14.17.5"
"node": ">= 16.4.0"
},
"scripts": {
"ava": "ava test/index.js",
Expand Down

0 comments on commit 38f4f0a

Please sign in to comment.