diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56dcc1a..06137e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [^12.17.0, ^14.0.0] + node-version: [^12.17.0, ^14.0.0, ^15.0.0] steps: - uses: actions/checkout@v1 with: diff --git a/package.json b/package.json index 8626f03..2c3f985 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "Cooperative get-port implementation", "engines": { - "node": ">=12.17.0 <13 || >=14.0.0" + "node": ">=12.17.0 <13 || >=14.0.0 <15 || >=15" }, "files": [ "dist/source"