From 9277599fb0585c8ceee6c3acc0cfcd7bd624dd14 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Tue, 22 Jun 2021 09:44:05 +0800 Subject: [PATCH] Chore: Sync engines changes with #23; add CI to reflect #23 --- .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 e408474..7ed8d02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14.x, 12.x, 10.x] + node: [16.x, 14.x, 12.x, "12.22.0"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 222e96b..3364272 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lib" ], "engines": { - "node": ">=12" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "devDependencies": { "c8": "^7.7.3",