From f9845807ce452ec857cdd68c2735313cace748a5 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 14 May 2023 21:39:02 -0700 Subject: [PATCH] bump supported node versions may as well, since the type change is a semver major anyway --- .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 13c3032..8582233 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node-version: [12.x, 14.x, 16.x, 17.x] + node-version: [14.x, 16.x, 18.x] platform: - os: ubuntu-latest shell: bash diff --git a/package.json b/package.json index 0e20e98..6e73162 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "check-coverage": true }, "engines": { - "node": ">=8" + "node": ">=16 || 14 >=14.17" }, "prettier": { "semi": false,