From bbc855492d3fcc48578797014ea2be26b37324c6 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 28 Apr 2023 09:18:04 +0200 Subject: [PATCH] Updated minimum Node version to 18.x --- .github/workflows/build.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd28646aa..a3e8b686d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ on: - published env: - NODE_VERSION: 14.x + NODE_VERSION: 18.x PYTHON_VERSION: 3.x permissions: diff --git a/package.json b/package.json index 45e257939..b8388d0b1 100644 --- a/package.json +++ b/package.json @@ -103,6 +103,6 @@ "typescript": "^5.0.4" }, "engines": { - "node": ">= 16" + "node": ">= 18" } }