From f54586a5bbd5c5c214e8d3861c85308091a33656 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Wed, 26 Jan 2022 04:09:56 +0000 Subject: [PATCH] ci: cache --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffdb8ed..2f3530e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,10 @@ image: node:lts-alpine include: - template: Security/Secret-Detection.gitlab-ci.yml +cache: + paths: + - node_modules/ + # Only run pipeline when scheduled or "Run pipeline" in the main branch workflow: rules: