diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index b7ea62e0..2f9caedd 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 18.x] + node-version: [12.x, 14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3.0.1 diff --git a/package.json b/package.json index 1ec13196..a41ec39d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "lib" ], "engines": { - "node": ">= 10" + "node": ">= 12.0.0" }, "scripts": { "test": "mocha --reporter dot",