diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1cb9d4..6d0f756 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 b06a8f4..5097676 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "util-promisify": "^2.1.0" }, "engines": { - "node": ">=9 <=14" + "node": ">=9 <=25" } }