Skip to content

Commit

Permalink
chore: node 18.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LiKang6688 committed Nov 11, 2022
1 parent 6286686 commit 4330c86
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If the proposal includes new designs or bigger changes, please be prepared to di

### Prerequisites

- [Node.js](https://nodejs.org/) 18+ and [yarn](https://yarnpkg.com) 1+ installed
- [Node.js](https://nodejs.org/) 18.10.0+ and [yarn](https://yarnpkg.com) 1+ installed

### Project structure

Expand Down
2 changes: 1 addition & 1 deletion commands/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lib"
],
"engines": {
"node": ">=18.0.0"
"node": ">=18.10.0"
},
"bin": {
"nebula": "lib/index.js"
Expand Down
2 changes: 1 addition & 1 deletion commands/create/templates/sn/none/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"keywords": ["qlik", "nebula", "stardust"],
"files": ["dist"],
"engines": {
"node": ">=18"
"node": ">=18.10.0"
},
"main": "dist/<%= name %>.js",
"module": "dist/<%= name %>.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion commands/create/templates/sn/picasso/common/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"keywords": ["qlik", "nebula", "stardust"],
"files": ["dist"],
"engines": {
"node": ">=18"
"node": ">=18.10.0"
},
"main": "dist/<%= name %>.js",
"module": "dist/<%= name %>.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion commands/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lib"
],
"engines": {
"node": ">=18.0.0"
"node": ">=18.10.0"
},
"scripts": {
"build": "cross-env NODE_ENV=production DEFAULTS=true webpack --config ./lib/webpack.build.js",
Expand Down

0 comments on commit 4330c86

Please sign in to comment.