Skip to content

Commit

Permalink
refactor!: drop node v12 and eslint v7 (#159)
Browse files Browse the repository at this point in the history
* feat: drop node v12

Drop node 12 and upgraded dependencies.

* refactor!: drop eslint v7

* chore: updated package.json

* chore: update deps

Co-authored-by: Ricardo Gobbo de Souza <ricardogobbosouza@yahoo.com.br>
  • Loading branch information
amareshsm and ricardogobbosouza committed Jul 2, 2022
1 parent 1796657 commit 1edd3c1
Show file tree
Hide file tree
Showing 5 changed files with 2,454 additions and 2,472 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x]
eslint-version: [7.x, 8.x]
webpack-version: [latest]

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ or
pnpm add -D eslint-webpack-plugin
```

> **Note**
> **Note**:
>
> You also need to install `eslint >= 7` from npm, if you haven't already:
> You also need to install `eslint >= 8` from npm, if you haven't already:
```console
npm install eslint --save-dev
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: '12.13.0',
node: '14.15.0',
},
},
],
Expand Down
Loading

0 comments on commit 1edd3c1

Please sign in to comment.