From d7423597ede5ea70e6e176958fad902aa4633985 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Sun, 7 Apr 2024 07:30:15 +0200 Subject: [PATCH] add node image to ci --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75424ba..c313d58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +image: node:latest + stages: - build and deploy