From 404ad5a9286d973e5fbbd0a75e7fa62b099225dc Mon Sep 17 00:00:00 2001 From: jastornig Date: Fri, 5 Jan 2024 00:53:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9889a4f..d56f004 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ lint_job: when: manual - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH script: - - npm install + - yarn add - npx tsc cache: policy: pull-push