Skip to content

Commit 0b6b1ce

Browse files
snitin315alexander-akait
authored andcommitted
build!: minimum supported Nodejs version is 16.10.0 (#4882)
* build!: minimum supported Nodejs version is 16.0.0 * chore: update lockfile * build!: minimum supported Nodejs version is 16.10.0
1 parent 519ed92 commit 0b6b1ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
matrix:
7070
os: [ubuntu-latest, windows-latest, macos-latest]
71-
node-version: [14.x, 16.x, 18.x, 20.x]
71+
node-version: [16.x, 18.x, 20.x]
7272
shard: ["1/4", "2/4", "3/4", "4/4"]
7373
webpack-version: [latest]
7474

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: "14.15.0",
27+
node: "16.10.0",
2828
},
2929
},
3030
],

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": ">= 14.15.0"
24+
"node": ">= 16.10.0"
2525
},
2626
"scripts": {
2727
"fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",

0 commit comments

Comments
 (0)