You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
saving NPM modules
saving npm cache failed with Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved., continuing...
The text was updated successfully, but these errors were encountered:
I'm still seeing this error when using your action. I use a very simple setup:
unit-test:
runs-on: ubuntu-lateststeps:
- name: Checkoutuses: actions/checkout@v4
- uses: bahmutov/npm-install@v1.9.0
- name: Unit Testsrun: make test-unitenv:
CI: true
And I get the same error:
saving npm cache failed with Error: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved., continuing...
The text was updated successfully, but these errors were encountered: