Skip to content

Commit

Permalink
add node 17.x to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Dec 12, 2021
1 parent e3cb93e commit ac1d8fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12.x, 13.x, 14.x, 15.x, 16.x]
node-version: [12.x, 13.x, 14.x, 15.x, 16.x, 17.x]
include:
- os: macos-latest
node-version: 14.x
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge UI",
"version": "4.41.4-test.3",
"version": "4.41.4-test.4",
"description": "A web based management, configuration and control platform for Homebridge",
"license": "MIT",
"author": "oznu <[email protected]>",
Expand Down

0 comments on commit ac1d8fc

Please sign in to comment.