Skip to content

Commit bb4461d

Browse files
authored
refactor: drop node v12 (#167)
BREAKING CHANGE: minimum supported `Node.js` version is `14.15.0`
1 parent abb4e3c commit bb4461d

File tree

4 files changed

+2195
-3465
lines changed

4 files changed

+2195
-3465
lines changed

.github/workflows/nodejs.yml

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

6262
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.17.0",
1414
},
1515
},
1616
],

0 commit comments

Comments
 (0)