From ac1d8fc96aa029b24537b88302f7c1b6a002902e Mon Sep 17 00:00:00 2001 From: oznu Date: Sun, 12 Dec 2021 11:08:29 +1100 Subject: [PATCH] add node 17.x to test suite --- .github/workflows/test.yml | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e87be5744..21b47d27d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index fe763e480..0ec06a561 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-config-ui-x", - "version": "4.41.4", + "version": "4.41.4-test.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebridge-config-ui-x", - "version": "4.41.4", + "version": "4.41.4-test.3", "funding": [ { "type": "github", @@ -94,7 +94,7 @@ "tsconfig-paths": "^3.10.1", "typescript": "^4.3.5", "webpack": "^5.65.0", - "webpack-cli": "^4.7.2", + "webpack-cli": "^4.9.1", "webpack-node-externals": "^2.5.2" }, "engines": { diff --git a/package.json b/package.json index f8f638307..fa0f9c906 100644 --- a/package.json +++ b/package.json @@ -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 ",