From caff1e28ca91181f6a00a5f00c057e37f0c5acc1 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Thu, 23 Nov 2023 15:06:40 +0100 Subject: [PATCH] chore: fix engines and remove 16 from ci --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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%",