Skip to content

Commit 88a5674

Browse files
authored
refator: drop node v12 (#171)
BREAKING CHANGE: minimum supported `Node.js` version is `14.15.0`
1 parent 0066135 commit 88a5674

File tree

4 files changed

+2222
-3221
lines changed

4 files changed

+2222
-3221
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
matrix:
6161
os: [ubuntu-latest, windows-latest, macos-latest]
62-
node-version: [12.x, 14.x, 16.x, 18.x]
62+
node-version: [14.x, 16.x, 18.x]
6363
webpack-version: [latest]
6464

6565
runs-on: ${{ matrix.os }}

babel.config.js

+1-1
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)