Skip to content

Commit

Permalink
23.2 RHEL and Rocky 8 now install node 20 instead of 18 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: $GITHUB_ACTOR <github-action@users.noreply.github.com>
  • Loading branch information
Nick-Andreano and $GITHUB_ACTOR authored Nov 5, 2024
1 parent 121ab9e commit a308504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/platform/vars/2023.2-redhat-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platform_packages:
- openldap-clients
- openssl

iap_nodejs_package: "@nodejs:18"
iap_nodejs_package: "@nodejs:20"

python_version: 3.9
python_executable: "/usr/bin/python{{ python_version }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/platform/vars/2023.2-rocky-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platform_packages:
- openldap-clients
- openssl

iap_nodejs_package: "@nodejs:18"
iap_nodejs_package: "@nodejs:20"

python_version: 3.9
python_executable: "/usr/bin/python{{ python_version }}"
Expand Down

0 comments on commit a308504

Please sign in to comment.