mirror of
https://github.com/actions/cache.git
synced 2025-12-31 18:29:42 +11:00
Update cache to use local cache package and Node 24 support
- Use local cache package with file:../packages/cache instead of published version - Update all action.yml files to use node24 runtime - Update dependencies to support Node 24 (@types/node@24.1.0) - Rebuild dist files with local cache package - Add engines field requiring node >=24
This commit is contained in:
parent
99f840292b
commit
5868a9c4a9
6 changed files with 173528 additions and 64536 deletions
|
|
@ -23,7 +23,7 @@
|
|||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^4.0.5",
|
||||
"@actions/cache": "file:../packages/cache",
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/io": "^1.1.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue