Skip to content

Commit 1edd3c1

Browse files
refactor!: drop node v12 and eslint v7 (#159)
* 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 <[email protected]>
1 parent 1796657 commit 1edd3c1

File tree

5 files changed

+2454
-2472
lines changed

5 files changed

+2454
-2472
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
os: [ubuntu-latest, windows-latest, macos-latest]
55-
node-version: [12.x, 14.x, 16.x, 18.x]
55+
node-version: [14.x, 16.x, 18.x]
5656
eslint-version: [7.x, 8.x]
5757
webpack-version: [latest]
5858

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ or
3636
pnpm add -D eslint-webpack-plugin
3737
```
3838

39-
> **Note**
39+
> **Note**:
4040
>
41-
> You also need to install `eslint >= 7` from npm, if you haven't already:
41+
> You also need to install `eslint >= 8` from npm, if you haven't already:
4242
4343
```console
4444
npm install eslint --save-dev

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = (api) => {
1010
'@babel/preset-env',
1111
{
1212
targets: {
13-
node: '12.13.0',
13+
node: '14.15.0',
1414
},
1515
},
1616
],

0 commit comments

Comments
 (0)