diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7984cfcc..a63968f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index da7d332b..752f0991 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "release-it-lerna-changelog": "^5.0.0" }, "engines": { - "node": "10.* || >=12.*" + "node": "16.* || 18.* || >=20.*" }, "publishConfig": { "registry": "https://registry.npmjs.org"