commit | 3da924838aaa4fb2355e078cc9af2d79290bb094 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Tue Apr 16 13:37:56 2024 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Tue Apr 16 13:38:05 2024 +0000 |
tree | 94a8fb837989298be8f940dbd08b1587fd901ca7 | |
parent | 763a6ace049f10d8f6056a1420d7a689e4ecf61a [diff] |
Upgrade nodejs to version 12 It's what comes with bullseye. Change-Id: Ib7d77f1564c90c05c85deebf782f214b8cae6191
diff --git a/playbooks/gerrit-setup/pre.yaml b/playbooks/gerrit-setup/pre.yaml index 2e83666..f89d99d 100644 --- a/playbooks/gerrit-setup/pre.yaml +++ b/playbooks/gerrit-setup/pre.yaml
@@ -4,6 +4,6 @@ - ensure-bazelisk - ensure-java - role: ensure-nodejs - node_version: 10 + node_version: 12 - install-build-essential - prepare-gerrit-repos