Skip to content

Commit

Permalink
chore: minimum supported Nodejs version is 10.13 (#828)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum supported Nodejs version is `10.13`
  • Loading branch information
evilebottnawi committed Apr 13, 2020
1 parent cbe5ad4 commit a3dec34
Show file tree
Hide file tree
Showing 4 changed files with 867 additions and 772 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [8.x, 10.x, 12.x, 13.x]
node-version: [10.x, 12.x, 13.x]
webpack-version: [latest, next]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Expand Up @@ -10,7 +10,7 @@ module.exports = (api) => {
'@babel/preset-env',
{
targets: {
node: '8.9.0',
node: '10.13.0',
},
},
],
Expand Down

0 comments on commit a3dec34

Please sign in to comment.