Skip to content

Commit

Permalink
add node 18 to the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Apr 23, 2022
1 parent 9dad57d commit ba0bd54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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, 13.x, 14.x, 15.x, 16.x, 17.x]
node-version: [12.x, 14.x, 15.x, 16.x, 17.x, 18.x]
include:
- os: macos-latest
node-version: 14.x
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. This projec

### Bug Fixes

**UI:** Fixed a bug preventing modals from closing correctly ([#1317](https://github.com/oznu/homebridge-config-ui-x/issues/1317))
* **UI:** Fixed a bug preventing modals from closing correctly ([#1317](https://github.com/oznu/homebridge-config-ui-x/issues/1317))

### Other Changes

Expand Down

0 comments on commit ba0bd54

Please sign in to comment.