diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml index 4c4fa00dfb6417f64b05ce0345ba459e42858857..e9cf316fd03adb226788f3865fad103fab891f45 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