Skip to content

Commit

Permalink
Be more specific about required Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Etheryte committed Feb 19, 2025
1 parent 496dbf2 commit ff36b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/html/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"webpack-dev-server": "4.7.3"
},
"engines": {
"node": ">=22",
"node": "22.x",
"yarn": ">=1.0.0"
}
}
2 changes: 1 addition & 1 deletion web/spacewalk-web.spec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Source1: node-modules.tar.gz
Source2: spacewalk-web-rpmlintrc
BuildRequires: gettext
BuildRequires: make
BuildRequires: nodejs >= 20
BuildRequires: nodejs >= 22, nodejs < 23
BuildRequires: spacewalk-backend
BuildRequires: uyuni-base-common
BuildRequires: perl(ExtUtils::MakeMaker)
Expand Down

0 comments on commit ff36b47

Please sign in to comment.