diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 2e96ced..2b6f422 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x, 17.x] + node-version: [10.x, 12.x, 14.x, 16.x, 17.x] steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 5c38edb..c85bd9f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "types": "index.d.ts", "engines": { - "node": ">=12" + "node": ">=10" }, "scripts": { "test": "mocha --ignore **/*.worker.js && eslint .",