Skip to content

Commit c69501d

Browse files
committed
Update GitHub Actions to use latest checkout and setup-node actions; update Node.js engine requirement to 18.2.0
1 parent 729b75b commit c69501d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
node-version: [18.x, 20.x, 22.x]
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616

1717
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/loick111/homebridge-rfxcom-accessories/issues"
1313
},
1414
"engines": {
15-
"node": ">=18.0.0",
15+
"node": ">=18.2.0",
1616
"homebridge": ">=1.3.0"
1717
},
1818
"main": "dist/index.js",

0 commit comments

Comments
 (0)