diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9eff4be..b160747 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x] webpack-version: [default, ^4.0.0] steps: diff --git a/package.json b/package.json index 92805e3..439c00b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/webpack-contrib/grunt-webpack/issues" }, "engines": { - "node": ">=10.13.0" + "node": ">=12.13.0" }, "files": [ "src",