Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 6b96e4d

Browse files
authored
refactor: drop node v12 (#97)
BREAKING CHANGE: minimum supported `Node.js` version is `14.15.0`
1 parent 7bf5f7d commit 6b96e4d

File tree

4 files changed

+637
-601
lines changed

4 files changed

+637
-601
lines changed

.github/workflows/nodejs.yml

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

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

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)