Skip to content

Commit

Permalink
Merge pull request #30 from kyle-seongwoo-jun/feat/es-module
Browse files Browse the repository at this point in the history
fix: support homebridge 2.0
  • Loading branch information
kyle-seongwoo-jun authored Nov 10, 2024
2 parents 131a937 + 154410f commit 52db352
Show file tree
Hide file tree
Showing 27 changed files with 574 additions and 522 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ jobs:
strategy:
fail-fast: false
matrix:
# the Node.js versions to build on
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.9.0
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']};
export default { extends: ["@commitlint/config-conventional"] };
Loading

0 comments on commit 52db352

Please sign in to comment.