Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Drop support for Node.js 10 #318

Merged
merged 1 commit into from
Oct 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"api"
],
"engines": {
"node": ">=10"
"node": ">=12"
},
"files": [
"src",
Expand Down