Skip to content

Commit

Permalink
chore: update minimum Node.js version to 16.13 (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Dec 13, 2023
1 parent 2f02d45 commit 7b199e6
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- node/test:
post-node-js-install-steps:
- run: test/ci/before_install.sh
override-ci-command: yarn install --frozen-lockfile --ignore-engines
test-steps:
- run: yarn build
- restore_cache:
Expand Down Expand Up @@ -63,7 +62,7 @@ workflows:
node-version:
- 20.2.0
- 18.14.0
- 16.4.0
- 16.13.0
filters:
branches: { ignore: gh-pages }
- cfa/release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It generates executables/bundles for the following **target** platforms:

## Installation

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

```sh
npm install --save-dev @electron/packager
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"typescript": "^5.2.2"
},
"engines": {
"node": ">= 16.4.0"
"node": ">= 16.13.0"
},
"scripts": {
"ava": "ava test/index.js",
Expand Down

0 comments on commit 7b199e6

Please sign in to comment.