Skip to content

Commit

Permalink
ansible: update www Node.js version
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).
  • Loading branch information
richardlau committed Nov 22, 2024
1 parent c26ecff commit efed8e0
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 efed8e0

Please sign in to comment.