From ad14d52da4fc22414a0e6965d4322542debf6603 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 16 May 2020 06:43:40 +0100 Subject: [PATCH] ci(gitlab): downgrade to Node 12 --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 217feeb..093221e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:alpine # Use latest version of Node.js on Alpine +image: node:12 cache: # add cache to 'node_modules' for speeding up builds paths: @@ -11,7 +11,6 @@ test: script: - npm install --only=prod snyk && npm run snyk # Refer to "scripts" in package.json - - ls node_modules/.bin - npm run hexo # Update github mirror