From 3294ccab95f669de75d011662555df38241c32ac Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Wed, 23 Aug 2023 11:38:42 +0200 Subject: [PATCH] feature(npm): assets --- gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 20d4677..84b2988 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -26,7 +26,7 @@ stages: name: "assets" paths: - web/frontend/dist - image: node:19.6.0 + image: node:latest stage: build interruptible: true script: -- GitLab