Skip to content

Commit

Permalink
drop support for node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Jul 10, 2022
1 parent c8adb17 commit cf8a61d
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 1,229 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12.x, 14.x, 15.x, 16.x, 17.x, 18.x]
node-version: [14.x, 15.x, 16.x, 17.x, 18.x]
include:
- os: macos-latest
node-version: 14.x
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## NEXT

### Breaking Changes

* Node.js v14.15.0 or later is **required** - See [How To Update Node.js](https://homebridge.io/w/JTKEF)

### Other Changes

* **i18n:** Improvements to Swedish language translations ([#1380](https://github.com/oznu/homebridge-config-ui-x/pull/1380))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ MS Internet Explorer (any version) is not supported!

# Supported Node.js and Npm Versions

While the Homebridge UI should work on Node.js 10+, only the following versions of Node.js are officially supported:
While the Homebridge UI should work on Node.js 14+, only the following versions of Node.js are officially supported:

* node v12.13.0 or higher
* node v14.15.0 or higher
* npm v6.4.1 or higher

You can check your current versions using these commands:
Expand Down
Loading

0 comments on commit cf8a61d

Please sign in to comment.