From 41f4ba9f7c03d2b382ca131d4747c809488f2c82 Mon Sep 17 00:00:00 2001 From: julenalbi <julenalbizuri3@gmail.com> Date: Fri, 18 Mar 2022 10:07:06 +0100 Subject: [PATCH] run node script --- stack-updater/stack_updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml index 4c4fa00..e9cf316 100644 --- a/stack-updater/stack_updater.yml +++ b/stack-updater/stack_updater.yml @@ -14,7 +14,7 @@ update: script: - git checkout $current_version - git pull - - package-version-updater/versionUpdater.js -v $current_version + - node package-version-updater/versionUpdater.js -v $current_version - git add package.json - git commit -m "Dependencies updated to $current_version" - npm version --allow-same-version $current_version -- GitLab