commit | 7788470fe246501d6c4148184ef72eb6f266f2b1 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sat Oct 12 19:31:14 2024 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sat Oct 12 19:40:41 2024 +0200 |
tree | f6346c85b8ff2a8ec3d2562dfea676fc9adc87ca | |
parent | a8950f00eeed0bef940c9e6bb917c3f67aba9b39 [diff] [blame] |
fix(ci): ensure Node.js is installed Change-Id: Ie81db1cf66f37be0d0932d29caa9ddf121241fa9
diff --git a/playbooks/nightly-build/pre.yaml b/playbooks/nightly-build/pre.yaml index 66c6ba1..4557d37 100644 --- a/playbooks/nightly-build/pre.yaml +++ b/playbooks/nightly-build/pre.yaml
@@ -3,5 +3,8 @@ - role: ensure-build-essential - role: ensure-zip - role: ensure-genmanifest + - role: ensure-nodejs-fork + vars: + node_version: 20 - role: ensure-cws-upload version: "2.1.0"