Skip to content

Commit

Permalink
ansible: update www server node version (nodejs#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow authored Oct 2, 2023
1 parent b8b63ad commit 319fd54
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_8.x | bash -'"
command: "bash -c 'curl -sL https://deb.nodesource.com/setup_16.x | bash -'"
tags: base

- name: Base | APT Update
Expand Down

0 comments on commit 319fd54

Please sign in to comment.