Skip to content

Commit 634c36d

Browse files
committed
ansible: update jenkins-workspace to Node.js 22
Signed-off-by: Richard Lau <[email protected]>
1 parent 6a926f1 commit 634c36d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ansible/roles/jenkins-workspace/tasks

ansible/roles/jenkins-workspace/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@
137137
dest: /etc/apt/keyrings/nodesource-repo.gpg.asc
138138
url: https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key
139139

140-
- name: Add nodesource 20 repo
140+
- name: Add nodesource 22 repo
141141
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
142+
repo: deb [arch=amd64 signed-by=/etc/apt/keyrings/nodesource-repo.gpg.asc] https://deb.nodesource.com/node_22.x nodistro main
143143
state: present
144144

145145
- name: Install node

0 commit comments

Comments
 (0)