Skip to content

Commit

Permalink
Use node 20 for in creator package.json
Browse files Browse the repository at this point in the history
Signed-off-by: andy.lee <andy.lee@suse.com>
  • Loading branch information
a110605 committed Sep 25, 2024
1 parent d9118cc commit 090235f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '20.x'
- name: Validate Plugin build system
run: ./shell/scripts/test-plugins-build.sh
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions shell/creators/app/app.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.1.0",
"private": false,
"engines": {
"node": ">=12"
"node": ">=20"
},
"dependencies": {},
"resolutions": {
"**/webpack": "4",
"@types/node": "^16"
"@types/node": "~20.10.0"
}
}
2 changes: 1 addition & 1 deletion shell/creators/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"init"
],
"engines": {
"node": ">=12"
"node": ">=20.0.0"
},
"_requires": [
"core-js",
Expand Down
2 changes: 1 addition & 1 deletion shell/creators/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"init"
],
"engines": {
"node": ">=12"
"node": ">=20.0.0"
},
"dependencies": {
"fs-extra": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion shell/creators/update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"upgrade"
],
"engines": {
"node": ">=12"
"node": ">=20.0.0"
},
"dependencies": {
"fs-extra": "^10.0.0"
Expand Down

0 comments on commit 090235f

Please sign in to comment.