diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68c71cd..ac2237f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['10', '12', '14', '16'] + node: ['12', '14', '16'] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 diff --git a/README.md b/README.md index 74df5cd..82e483a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This is easier explained through the examples following. ## Installation -`webpack-chain` requires Node.js 10 or higher. `webpack-chain` also only creates +`webpack-chain` requires Node.js 12 or higher. `webpack-chain` also only creates configuration objects designed for use with webpack 4. You may install this package using either Yarn or npm (choose one): diff --git a/package.json b/package.json index f6d40c9..1fc9c02 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "api" ], "engines": { - "node": ">=10" + "node": ">=12" }, "files": [ "src",