docs icon indicating copy to clipboard operation
docs copied to clipboard

npx codechecks fails with ENOVERSIONS on GitHub Actions

Open adrienjoly opened this issue 4 years ago • 0 comments

Hi!

I've decided to try out codechecks on one of my (open source) side projects!

So I followed the example provided in https://github.com/codechecks/docs/blob/master/supported-ci.md#github-actions

But, I'm getting the following error:

$ npx codechecks
  shell: /bin/bash -e {0}
  env:
    CC_SECRET: ***
npm ERR! code ENOVERSIONS
npm ERR! No valid versions available for codechecks

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/runner/.npm/_logs/2020-01-02T09_25_49_424Z-debug.log
Install for codechecks@latest failed with code 1
##[error]Process completed with exit code 1.

Is there something I may have forgotten to do? Any idea of how I can fix this?

Link to Pull Request: https://github.com/adrienjoly/telegram-scribe-bot/pull/8

adrienjoly avatar Jan 02 '20 09:01 adrienjoly