mirror of
https://github.com/actions/setup-node.git
synced 2025-12-17 05:47:49 +00:00
Bump @actions/cache to v5.0.0
This update removes the punycode deprecation warning by updating to a version of @actions/cache that no longer depends on packages using the deprecated punycode module.
This commit is contained in:
parent
395ad32622
commit
8bce951332
5 changed files with 10438 additions and 3911 deletions
|
|
@ -311,7 +311,7 @@ jobs:
|
|||
- uses: actions/checkout@v5
|
||||
# Restore Node.js modules cache (restore-only)
|
||||
- name: Restore Node modules cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
id: cache-node-modules
|
||||
with:
|
||||
path: ~/.npm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue