From fe7219b4432fcc866b287b3e7ad6a9028acb1a72 Mon Sep 17 00:00:00 2001 From: Aidan Oldershaw Date: Wed, 9 Dec 2020 13:13:51 -0500 Subject: [PATCH] bump node version the tests have been failing because they use the `for await` syntax which isn't in node 8 Signed-off-by: Aidan Oldershaw --- pipelines/nodejs-app-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/nodejs-app-testing.yml b/pipelines/nodejs-app-testing.yml index b62485e..011be65 100644 --- a/pipelines/nodejs-app-testing.yml +++ b/pipelines/nodejs-app-testing.yml @@ -17,7 +17,7 @@ jobs: platform: linux image_resource: type: registry-image - source: { repository: node, tag: "8" } + source: { repository: node } inputs: - name: nodejs.org-git run: