Skip to content

Commit

Permalink
feat: Require Node.JS version 12.13.0 as minimum
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require Node.JS version 12.13.0 as minimum
  • Loading branch information
danez committed Nov 6, 2021
1 parent bdf246a commit 05cd9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/webpack-contrib/grunt-webpack/issues"
},
"engines": {
"node": ">=10.13.0"
"node": ">=12.13.0"
},
"files": [
"src",
Expand Down

0 comments on commit 05cd9d2

Please sign in to comment.