From a71ff52a29a7908ae32c015e4d459f951dd1c89d Mon Sep 17 00:00:00 2001 From: John Kenny Date: Tue, 1 Oct 2024 08:45:06 -0700 Subject: [PATCH] Change minimum node version to 18. --- .github/workflows/main.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 399e35d..b890a37 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,6 @@ jobs: - 22 - 20 - 18 - - 16 os: - ubuntu-latest - windows-latest diff --git a/package.json b/package.json index 93a92b3..238b597 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "!**/*.test.js" ], "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "scripts": { "build": "node scripts/sync-version.js && rollup -c",