Skip to content

Commit 7c1aac0

Browse files
authored
Merge pull request #1377 from danielpeintner/issue-1373
chore: add Node.js v24 to CI workflow
2 parents 547fc55 + 41c9452 commit 7c1aac0

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [macos-latest, ubuntu-latest, windows-latest]
22-
node-version: [20.x, 22.x]
22+
node-version: [20.x, 22.x, 24.x]
2323

2424
timeout-minutes: 30
2525

package-lock.json

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/binding-mbus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"types": "dist/mbus.d.ts",
1616
"dependencies": {
1717
"@node-wot/core": "0.9.2",
18-
"node-mbus": "^2.2.4",
18+
"node-mbus": "^2.2.6",
1919
"rxjs": "^5.5.11"
2020
},
2121
"scripts": {

0 commit comments

Comments
 (0)