From b2141c9a006715231b5972f11d54b4ac39e91bfe Mon Sep 17 00:00:00 2001 From: John Wiseman Date: Thu, 29 Oct 2020 11:37:01 -0700 Subject: [PATCH] Use node:15.0.1 instead of node:latest. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29c166b..0314aa0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:latest +image: node:15.0.1 test: script: