From 5dbdadd274b8fac2166755e95567d2c295449ac0 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Fri, 20 Feb 2026 20:21:06 -0500 Subject: [PATCH] Support newer Node versions --- .github/workflows/ci.yml | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1cb9d4a..6d0f7567 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,10 @@ jobs: - 10 - 12 - 14 + - 20 + - 22 + - 24 + - 25 steps: - uses: actions/checkout@v6 diff --git a/package.json b/package.json index b06a8f47..50976760 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "util-promisify": "^2.1.0" }, "engines": { - "node": ">=9 <=14" + "node": ">=9 <=25" } }