diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 822f1d2..7e7a2f1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 16, 18] + node-version: [14, 16, 18, 20] steps: - uses: actions/checkout@v2 - name: Install modules diff --git a/package.json b/package.json index 69fdeb8..2fc1ad8 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ } ], "engines": { - "node": ">=14.x.x <=18.x.x", + "node": ">=14.x.x <=20.x.x", "npm": ">=6.0.0" }, "license": "MIT",