From a13f463172e1c2edbf72e1e25ba99359152f9db3 Mon Sep 17 00:00:00 2001 From: Keegan Witt Date: Wed, 22 May 2024 12:13:43 -0400 Subject: [PATCH] Update Node.js supported engines and CI test versions --- .github/workflows/ci.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a6400bb6..1c532987 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 16.x, 18.x, 19.x, 20.x] + node-version: [14.x, 16.x, 18.x, 20.x, 21.x, 22.x] jest-version: [27, 28, 29] runs-on: ubuntu-latest steps: diff --git a/package.json b/package.json index c32684b5..822a8bd2 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "jest-get-type": "^29.0.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": "^14.15.0 || ^16.10.0 || ^18.12.0 || ^20.9.0 || >=22.0.0" }, "lint-staged": { "*.js": "eslint --fix",