diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4fc5f634d..29f5bd7d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index df406c99d..76b929765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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