gruntjs / grunt

Grunt: The JavaScript Task Runner
http://gruntjs.com/
Other
12.27k stars 1.5k forks source link

ci(workflow): add cache to workflows using actions/setup-node #1735

Closed oscard0m closed 2 years ago

oscard0m commented 2 years ago

Description

Add cache to workflows using actions/setup-node

Context

setup-node GitHub Action just released a new option to add cache to steps using it.

You can find the details here: https://github.blog/changelog/2021-07-02-github-actions-setup-node-now-supports-dependency-caching/


🤖 This PR has been generated automatically by this octoherd script, feel free to run it in your GitHub user/org repositories! 💪🏾

oscard0m commented 2 years ago

C:\npm\cache Error: Dependencies lock file is not found in D:\a\grunt\grunt. Supported file patterns: package-lock.json,yarn.lock

Not sure if this will work for us

Oops! You are right @vladikoff

For my knowledge and understanding. Do you know why gruntjs/grunt is not versioning package-lock.json? What are the technical reasons behind?