Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c0e7cbe2 authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

chore: Update AL2 packages (fixes #14)

parent 4079688c
No related branches found
Tags 2.0.2
1 merge request!14chore: Update AL2 packages (fixes #14)
......@@ -2,13 +2,13 @@
- name: Set Node.js release
ansible.builtin.set_fact:
nodejs_release: "18.18.2"
nodejs_checksum: "sha256:2bcc02cbd144de11a21b8b1365b772b7a009e5a42689d1058cd89325ad5429ad"
nodejs_checksum: "sha256:344812a0c1f035fd4a8be9df660c45bc4c708b516d73eba6d01cfd52edd625c3"
when: nodejs_version_major | int == 18
- name: Set artifact download URL
- name: Set Node.js release
ansible.builtin.set_fact:
nodejs_release: "20.9.0"
nodejs_checksum: "sha256:b5b68bea977d9d4da1ec2656e72963ab61f9460f184144194c913a60bb54e0f8"
nodejs_checksum: "sha256:451731c852d3f752efc4d6f3fc3567369a429e94f9a17a71f3f66bd338ec0140"
when: nodejs_version_major | int == 20
- name: Set artifact download URL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment