diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d710587..9adeaef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v1 diff --git a/package.json b/package.json index ef7203c..294ae71 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "release-it": "^14.0.0" }, "engines": { - "node": "10.* || 12.* || >= 14" + "node": "12.* || 14.* || >= 16" }, "publishConfig": { "registry": "https://registry.npmjs.org/"