Skip to content

Commit 6429520

Browse files
committed
build!: minimum supported Node.js version is 18.12.0
1 parent 8480bce commit 6429520

File tree

4 files changed

+9835
-5401
lines changed

4 files changed

+9835
-5401
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
os: [ubuntu-latest, windows-latest, macos-latest]
69-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
69+
node-version: [18.x, 20.x, 21.x]
7070
webpack-version: [latest]
7171

7272
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: "18.12.0",
1414
},
1515
},
1616
],

0 commit comments

Comments
 (0)