Skip to content

Commit

Permalink
ansible: update www Node.js version (#3967)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
richardlau authored Nov 26, 2024
1 parent 5b8e893 commit 71b538e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/www-standalone/tasks/base.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Base | Add the NodeSource Node.js repo
command: "bash -c 'curl -sL https://deb.nodesource.com/setup_16.x | bash -'"
command: "bash -c 'curl -sL https://deb.nodesource.com/setup_22.x | bash -'"
tags: base

- name: Base | APT Update
Expand Down

0 comments on commit 71b538e

Please sign in to comment.