npm-install
npm-install copied to clipboard
The README is outdated Warning: Unexpected input(s) 'useRollingCache'
Warning: Unexpected input(s) 'useRollingCache', valid inputs are ['working-directory', 'useLockFile', 'install-command']
Run bahmutov/[email protected]
running npm-install GitHub Action
trying to restore cached NPM modules
npm cache hit undefined
installing NPM dependencies
npm at "/usr/local/bin/npm"
/usr/local/bin/npm ci
Also looks like bahmutov/npm-install does not get cached anymore.
It says Cache saved successfully, but on the next run trying to restore cached NPM modules
, npm cache hit undefined
Warning: Unexpected input(s) 'useRollingCache', valid inputs are ['working-directory', 'useLockFile', 'install-command']
Run bahmutov/[email protected]
running npm-install GitHub Action
trying to restore cached NPM modules
npm cache hit undefined
installing NPM dependencies
npm at "/usr/local/bin/npm"
/usr/local/bin/npm ci
added 117 packages in 695.619s
saving NPM modules
/usr/bin/tar --posix --use-compress-program zstd -T0 -cf cache.tzst -P -C /home/runner/work/documentation/documentation --files-from manifest.txt
Cache saved successfully
all done, exiting
I'm experiencing the same where I only ever see npm cache hit undefined
I can see the same