Skip to content

Commit 71b538e

Browse files
authored
ansible: update www Node.js version (#3967)
Update the version of Node.js used on the www server from Node.js 16 (16.20.2) to Node.js 22 (22.11.0). Refs: #3958 (comment)
1 parent 5b8e893 commit 71b538e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/www-standalone/tasks/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Base | Add the NodeSource Node.js repo
2-
command: "bash -c 'curl -sL https://deb.nodesource.com/setup_16.x | bash -'"
2+
command: "bash -c 'curl -sL https://deb.nodesource.com/setup_22.x | bash -'"
33
tags: base
44

55
- name: Base | APT Update

0 commit comments

Comments
 (0)