From 8ad937c164f268fae43a16fa2498a5aceebe3240 Mon Sep 17 00:00:00 2001 From: Darius Dzien <3535749+ddzz@users.noreply.github.com> Date: Sun, 14 Sep 2025 08:44:47 -0500 Subject: [PATCH 1/3] Drop support for Node v18 --- .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 37788cdd..e77ecc59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ ubuntu, windows ] - node-version: [18.x, 20.x, 22.x, 23.x, 24.x] + node-version: [20.x, 22.x, 23.x, 24.x] steps: - uses: actions/checkout@v5 diff --git a/package.json b/package.json index 810e6d35..98736d83 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "typescript-eslint": "^8.0.0" }, "engines": { - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" + "node": "^20.0.0 || ^22.0.0 || ^23.0.0 || >=24.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org" From ece8880669a25be03b6fc2966cfeb1929383481d Mon Sep 17 00:00:00 2001 From: Darius Dzien <3535749+ddzz@users.noreply.github.com> Date: Sun, 14 Sep 2025 10:12:22 -0500 Subject: [PATCH 2/3] Update .github/workflows/ci.yml Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e77ecc59..46340265 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ ubuntu, windows ] - node-version: [20.x, 22.x, 23.x, 24.x] + node-version: [20.x, 22.x, 24.x] steps: - uses: actions/checkout@v5 From 5c45609b23581c236c24c14be264bb5527719310 Mon Sep 17 00:00:00 2001 From: Darius Dzien <3535749+ddzz@users.noreply.github.com> Date: Sun, 14 Sep 2025 10:12:30 -0500 Subject: [PATCH 3/3] Update package.json Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98736d83..218f3411 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "typescript-eslint": "^8.0.0" }, "engines": { - "node": "^20.0.0 || ^22.0.0 || ^23.0.0 || >=24.0.0" + "node": "^20.0.0 || ^22.0.0 || >=24.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org"