Skip to content

Commit 07627c6

Browse files
committed
chore(ci): bump actions/setup-node to v7
1 parent 5d75240 commit 07627c6

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/checkout@v7
114114

115115
- name: Setup Node.js
116-
uses: actions/setup-node@v6
116+
uses: actions/setup-node@v7
117117
with:
118118
node-version: 24
119119
registry-url: 'https://registry.npmjs.org'

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to `@homebridge/hap-nodejs` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).
44

5+
## v2.1.9 (Pending Release)
6+
7+
### Changes
8+
9+
- fix: test harness rewritten around a connection-owning HAP client, removing the axios dependency (#1122) (@hjdhjd)
10+
- chore(ci): bump actions/setup-node to v7
11+
12+
### Homebridge Dependencies
13+
14+
- `@homebridge/ciao` @ `v1.3.10`
15+
- `@homebridge/dbus-native` @ `v0.7.7`
16+
- `bonjour-hap` @ `v3.10.4`
17+
518
## v2.1.8 (2026-07-11)
619

720
### Changes

0 commit comments

Comments
 (0)