Skip to content

Commit ebe7ce8

Browse files
snitin315alexander-akait
authored andcommitted
build!: minimum supported Nodejs version is 14.15.0 (#4645)
BREAKING CHANGE: minimum supported Nodejs version is 14.15.0
1 parent 540c438 commit ebe7ce8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
os: [ubuntu-latest, windows-latest, macos-latest]
67-
node-version: [12.x, 14.x, 16.x, 18.x, 19.x]
67+
node-version: [14.x, 16.x, 18.x, 19.x]
6868
shard: ["1/4", "2/4", "3/4", "4/4"]
6969
webpack-version: [latest]
7070
include:

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = (api) => {
2424
"@babel/preset-env",
2525
{
2626
targets: {
27-
node: "12.13.0",
27+
node: "14.15.0",
2828
},
2929
},
3030
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"types"
2222
],
2323
"engines": {
24-
"node": ">= 12.13.0"
24+
"node": ">= 14.15.0"
2525
},
2626
"scripts": {
2727
"fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",

0 commit comments

Comments
 (0)