Skip to content

Commit 675c676

Browse files
authored
build: drop node v12 (#691)
BREAKING CHANGE: minimum supported `Node.js` version is `14.15.0`
1 parent a2b1f19 commit 675c676

File tree

4 files changed

+1787
-2939
lines changed

4 files changed

+1787
-2939
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = (api) => {
1212
exclude:
1313
process.env.NODE_ENV === "test" ? [] : ["proposal-dynamic-import"],
1414
targets: {
15-
node: "12.20.0",
15+
node: "14.15.0",
1616
},
1717
},
1818
],

0 commit comments

Comments
 (0)