diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f15b77369d..9b770ddc88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - name: Checkout Z-Wave JS UI diff --git a/package.json b/package.json index 1c23366cbc..a69838a091 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "vue-template-compiler": "^2.7.14" }, "engines": { - "node": ">= 18" + "node": ">= 18.12" }, "browserslist": [ "> 1%",