diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 838814f..b84d103 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: true matrix: - nodejs: ['12', '14', '16', '18', '20', '21'] + nodejs: ['12', '14', '16', '18', '20', '21', '22', '23'] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/package-lock.json b/package-lock.json index 0cf1cc8..5312f57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,8 +28,8 @@ "webpack-merge": "^5.8.0" }, "engines": { - "node": ">=12.10 <=21", - "npm": ">=7.0 <10" + "node": ">=12.10", + "npm": ">=7.0" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 80e6b3e..29ddf0d 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "prepare": "npm run build:browser" }, "engines": { - "node": ">=12.10 <=21", - "npm": ">=7.0 <10" + "node": ">=12.10", + "npm": ">=7.0" }, "license": "Apache-2.0" }