Make Node.js 22 the default for RHEL 11
This will be adjusted as we get closer to release. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
68df23fd9c
commit
340636e1bf
@ -150,6 +150,8 @@ FEDORA_DEFAULT_RELEASE_HIGH=$((NODE_PKG_MAJOR + 20))
|
||||
|
||||
if [[ $((NODE_PKG_MAJOR)) -eq 20 ]]
|
||||
then RHEL_DEFAULT_RELEASE=" || 0%{?rhel} == 10"
|
||||
elif [[ $((NODE_PKG_MAJOR)) -eq 22 ]];
|
||||
then RHEL_DEFAULT_RELEASE=" || 0%{?rhel} == 11"
|
||||
fi
|
||||
|
||||
rm -rf node-v${version}.tar.gz \
|
||||
|
Loading…
Reference in New Issue
Block a user