diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ca3bc31..0995b525 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index df7f369b..0af058b5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "email": "robert@broofa.com" }, "engines": { - "node": ">=4.0.0" + "node": ">=10.0.0" }, "bin": { "mime": "cli.js"