Skip to content

Commit

Permalink
chore!: minimum supported Node.js version is 12.13.0 (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jun 2, 2021
1 parent 4e5aa6e commit 4cffeff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
webpack-version: [4, latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = (api) => {
"@babel/preset-env",
{
targets: {
node: "10.13.0",
node: "12.13.0",
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://opencollective.com/webpack"
},
"engines": {
"node": ">= v10.23.3"
"node": ">= 12.13.0"
},
"scripts": {
"commitlint": "commitlint --from=master",
Expand Down

0 comments on commit 4cffeff

Please sign in to comment.