npm-install icon indicating copy to clipboard operation
npm-install copied to clipboard

The README is outdated Warning: Unexpected input(s) 'useRollingCache'

Open ericbsd opened this issue 3 years ago • 3 comments

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.

ericbsd avatar Sep 29 '21 18:09 ericbsd

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

ericbsd avatar Sep 29 '21 18:09 ericbsd

I'm experiencing the same where I only ever see npm cache hit undefined

dgreene1 avatar Nov 10 '21 19:11 dgreene1

I can see the same

vikasperi avatar Aug 22 '23 08:08 vikasperi