diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index fb08db9..8d9b411 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [14, 16, 18] + node: [16, 18] steps: - name: Checkout sources diff --git a/package.json b/package.json index 2565738..b4cf2f0 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "typescript": "^4.9.5" }, "engines": { - "node": ">= 14.14.0" + "node": "^16.14.0 || >=18.10.0" }, "commitlint": { "extends": [