From a8722a38ed4c8b97884e4b5526c552e4ac30cf68 Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Wed, 13 May 2020 09:07:40 -0500
Subject: [PATCH] Set node_version in js-build base job

Defaults in one role do not automatically transfer to
roles via include_role, and applying things correctly
can lead to recursion issues:

  https://github.com/ansible/ansible/issues/36274

Just set the default in the job.

Change-Id: Iabefd80c8fc40a61a601b082f265c93af643cd83
---
 zuul.d/js-jobs.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/zuul.d/js-jobs.yaml b/zuul.d/js-jobs.yaml
index e33d4e8a0..c98827195 100644
--- a/zuul.d/js-jobs.yaml
+++ b/zuul.d/js-jobs.yaml
@@ -37,6 +37,7 @@
     post-run: playbooks/javascript/post.yaml
     vars:
       js_build_command: build
+      node_version: 14
 
 - job:
     name: build-javascript-source-tarball