Skip to content

Commit

Permalink
feat(software): Use Node lts/iron (20.x) by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Jan 25, 2024
1 parent 17ece4d commit ff69e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/software/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ puppet_rubies:
# Please note the module does not support package downgrades - if PDK is already installed in higher version, remove it first.
puppet_pdk_version: latest
# Node
node_version: 'lts/gallium'
node_version: 'lts/iron'
# Ansible
ansible_pip_version: latest
ansible_lint_pip_version: latest
Expand Down

0 comments on commit ff69e16

Please sign in to comment.