We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a926f1 commit 634c36dCopy full SHA for 634c36d
1 file changed
ansible/roles/jenkins-workspace/tasks/main.yml
@@ -137,9 +137,9 @@
137
dest: /etc/apt/keyrings/nodesource-repo.gpg.asc
138
url: https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key
139
140
-- name: Add nodesource 20 repo
+- name: Add nodesource 22 repo
141
apt_repository:
142
- repo: deb [arch=amd64 signed-by=/etc/apt/keyrings/nodesource-repo.gpg.asc] https://deb.nodesource.com/node_20.x nodistro main
+ repo: deb [arch=amd64 signed-by=/etc/apt/keyrings/nodesource-repo.gpg.asc] https://deb.nodesource.com/node_22.x nodistro main
143
state: present
144
145
- name: Install node
0 commit comments