From c929ec72830c6103649b421d4fbe695172e44809 Mon Sep 17 00:00:00 2001 From: Nikolay Solovyov Date: Fri, 18 Oct 2024 09:42:52 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20v2.1.1=20-=20Tests=20an?= =?UTF-8?q?d=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af0e796..2991d98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node: [16, 18, 22] + node: [18, 20, 22] steps: # Checkout the repository diff --git a/package.json b/package.json index 36c80ae..5e407ad 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "strip-ansi": "7.1.0" }, "engines": { - "node": ">=16" + "node": ">=18" } }