Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Update cached licenses and added package-lock" #27

Merged
merged 1 commit into from
Oct 27, 2020

Conversation

dakale
Copy link
Contributor

@dakale dakale commented Oct 27, 2020

Reverts #26

For some reason installing from package-lock.json after a fresh checkout fails with this error:

➜  first-interaction git:(main) npm i
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @actions/exec@^0.0.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of '@actions/tool-cache'
npm ERR! notarget

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/dakale/.npm/_logs/2020-10-27T21_36_15_678Z-debug.log

This unfortunately breaks the action, which runs install

@dakale dakale merged commit bd33205 into main Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant