From 4be8a7e8f5c69dc66073b97d3d59106a56807f00 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Fri, 10 Sep 2021 00:59:22 +0200 Subject: [PATCH] Try updating to Node 12 for the addon build task --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 321da300c..ffc5f36ae 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -324,7 +324,7 @@ tasks: deadline: {$fromNow: '1 hour'} payload: maxRunTime: 3600 - image: node:11-alpine + image: node:12-alpine command: - sh - -lxce