From 502b68f155f643d07349f2de4b7538300c027fa3 Mon Sep 17 00:00:00 2001 From: Gary Bright Date: Fri, 22 Jul 2022 16:26:19 +0100 Subject: [PATCH] bumped node to 18 which passes the test suite Signed-off-by: Gary Bright --- 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 c712065..ad75cb4 100644 --- a/pipelines/nodejs-app-testing.yml +++ b/pipelines/nodejs-app-testing.yml @@ -10,7 +10,7 @@ resources: type: registry-image source: repository: node - tag: 13.10.1-stretch + tag: 18 jobs: - name: test