Github deploy action failing - exit 127

Today I noticed that the HubSpot CMS deployment action is failing. There has been no update to our code over the weekend so I assume the action using hubspot CLI/@latest has caused this.

Can this please be urgently investigated? We have many projects that now rely on this as the primary deployment tool.

My Github actions log is below

Run HubSpot/hubspot-cms-deploy-action@v1.7

7

7

Run actions/setup-node@v1

11/opt/hostedtoolcache/node/20.16.0/x64/bin/node --version

12v20.16.0

13/opt/hostedtoolcache/node/20.16.0/x64/bin/npm --version

1410.8.1

15

Run npx --yes --package=@hubspot/cli@latest --call=‘hs upload [[FROM_DESTINATION_DIR]] [[TO_DESTINATION_DIR]] --use-env’

21

21npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.

22npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

23/usr/bin/env: ‘node --no-deprecation’: No such file or directory

/usr/bin/env: use -[v]S to pass options in shebang lines

25Error: Process completed with exit code 127.

Hi - I am encountering the same issue with the same exit code: Error: Process completed with exit code 127.

It seems to happen after credentials are confirmed, but before the files are pushed up to HubSpot.

Also have a look at this ticket in github:

Thanks. I should have logged a ticket there also…
I have just rerun the job in Github and it seems to have succeeded. No word from HubSpot yet, so will leave this open for now