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

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

chore: Node.js v18.19.1 and v20.11.1 (fixes #20)

parent 7acb2fd7
No related branches found
No related tags found
1 merge request!20chore: Node.js v18.19.1 and v20.11.1 (fixes #20)
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
ansible.builtin.include_role: ansible.builtin.include_role:
name: nodejs name: nodejs
vars: vars:
nodejs_download_url: "https://nodejs.org/dist/v20.11.0/node-v20.11.0-linux-x64.tar.xz" nodejs_download_url: "https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.xz"
nodejs_checksum: "sha256:822780369d0ea309e7d218e41debbd1a03f8cdf354ebf8a4420e89f39cc2e612" nodejs_checksum: "sha256:bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7"
nodejs_install_path: "/opt/nodejs/20.11.0" nodejs_install_path: "/opt/nodejs/20.11.1"
environment: environment:
http_proxy: "{{ lookup('env', 'http_proxy') }}" http_proxy: "{{ lookup('env', 'http_proxy') }}"
https_proxy: "{{ lookup('env', 'https_proxy') }}" https_proxy: "{{ lookup('env', 'https_proxy') }}"
......
--- ---
- name: Set Node.js release - name: Set Node.js release
ansible.builtin.set_fact: ansible.builtin.set_fact:
nodejs_release: "18.19.0" nodejs_release: "18.19.1"
nodejs_checksum: "sha256:724fb2c1e9d5ff6901fe6457be00a9962098deb29f7e4736e0bed76f00e381cf" nodejs_checksum: "sha256:8c6554e2114f6c6eb35bf3e9aeb39c241d2e6a9b9df2e67d1c5a88a30d09a9ea"
when: nodejs_version_major | int == 18 when: nodejs_version_major | int == 18
- name: Set Node.js release - name: Set Node.js release
ansible.builtin.set_fact: ansible.builtin.set_fact:
nodejs_release: "20.10.0" nodejs_release: "20.11.1"
nodejs_checksum: "sha256:569be7184c9b32bac89c9002fddf6ec50019bbdcc70739bb22164c094a3119bd" nodejs_checksum: "sha256:256bc7b43db9da23bca574a16dbf3a146eb9b81e8256a16f43f06812552e1b48"
when: nodejs_version_major | int == 20 when: nodejs_version_major | int == 20
- name: Set artifact download URL - 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