Skip to content

Commit

Permalink
Add node-version 22.x
Browse files Browse the repository at this point in the history
* Update node revisions to: [18.x, 20.x, 22.x]
* Housekeeping
  • Loading branch information
DMBlakeley committed Dec 9, 2024
1 parent 89a80b7 commit fad1363
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 380 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
# the Node.js versions to build on (homebridge only supports even-numbered releases)
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/).

## v5.12.6
* Update node revisions to: [18.x, 20.x, 22.x]
* Housekeeping

## v5.12.5
* Update eslint rules to include `'@typescript-eslint/no-unused-expressions': 'off'` for compatibility with eslint v9.15.0.

Expand Down
Loading

0 comments on commit fad1363

Please sign in to comment.