Skip to content

Commit

Permalink
build!: minimum supported Nodejs version is 14.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Mar 18, 2023
1 parent 175729a commit 393ec87
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@
"Brotli",
"Contex",
"vspace",
"commitlint"
"commitlint",
"codecov",
"wagoid",
"autocrlf",
"CODECOV"
],

"ignorePaths": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x, 18.x, 19.x]
node-version: [14.x, 16.x, 18.x, 19.x]
webpack-version: [latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = (api) => {
"@babel/preset-env",
{
targets: {
node: "12.13.0",
node: "14.15.0",
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"main": "dist/cjs.js",
"engines": {
"node": ">= 12.13.0"
"node": ">= 14.15.0"
},
"scripts": {
"start": "npm run build -- -w",
Expand Down

0 comments on commit 393ec87

Please sign in to comment.