Skip to content

Commit

Permalink
Maint/682 maintenance pin supported node versions to lts version (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
devtobi authored Jan 8, 2025
1 parent 763afbe commit e1c9a21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ By default, the template supports two Maven profiles:

### Prerequisites

- Node.js version 20 to 22
- Node.js 22 LTS (`22.11.x` - `22.x.x`)
- Docker (for AppSwitcher)

### Configure Templates
Expand Down
2 changes: 1 addition & 1 deletion refarch-frontend/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 refarch-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"private": true,
"engines": {
"node": ">=20 <=22"
"node": ">=22.11 <=22"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion refarch-webcomponent/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 refarch-webcomponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"private": true,
"engines": {
"node": ">=20 <=22"
"node": ">=22.11 <=22"
},
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit e1c9a21

Please sign in to comment.