From 5828f60fc953f62aae9d4284a620e9489f84c8c0 Mon Sep 17 00:00:00 2001 From: Christopher Goddard Date: Tue, 25 Jun 2024 13:10:14 +1000 Subject: [PATCH] Ensure that zcli supports nodejs 18.x while it is in maintenance mode - Node 18 will be in maintenance mode until May 2026 [1], therefore we should not drop support [1] https://endoflife.date/nodejs --- .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 0f3e2b11..b9e465e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - ubuntu-latest - macos-latest - windows-latest - node-version: ["20.x"] + node-version: ["18.x"] runs-on: ${{ matrix.os }} steps: - uses: zendesk/checkout@v3 diff --git a/package.json b/package.json index 3470a548..593e61bd 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "yarn-audit-fix": "^9.3.1" }, "engines": { - "node": ">=20.13.1" + "node": ">=18" }, "keywords": [ "zcli",