Skip to content

Commit

Permalink
ansible: update Node.js from 12.x -> 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jan 7, 2021
1 parent 48a9ac2 commit f8bd130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/jenkins-workspace/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

- name: Add nodesource repo
apt_repository:
repo: deb https://deb.nodesource.com/node_12.x xenial main
repo: deb https://deb.nodesource.com/node_14.x xenial main
state: present

- name: Install node
Expand Down

0 comments on commit f8bd130

Please sign in to comment.