Skip to content

Commit

Permalink
chore: update Node.js required version (#474)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum supported Node.js version is `10.13.0`
  • Loading branch information
evilebottnawi committed Jul 25, 2020
1 parent 5520e68 commit b76cb97
Show file tree
Hide file tree
Showing 5 changed files with 4,006 additions and 4,098 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: [8.x, 10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x]
webpack-version: [latest, next]

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: '8.9.0',
node: '10.13.0',
},
},
],
Expand Down
Loading

0 comments on commit b76cb97

Please sign in to comment.