2
mirror of https://github.com/actions/setup-node.git synced 2026-08-14 10:51:30 +00:00

Fixed cache recommendation syntax (#1603)

This typo was added in #1567
This commit is contained in:
SubJunk
2026-08-14 09:11:41 +12:00
committed by GitHub
parent 1acbd4c02f
commit 3d7870f621
+1 -1
View File
@@ -563,5 +563,5 @@ The token will be passed in the `Authorization` header.
node-version: '24.x'
mirror: 'https://nodejs.org/dist'
mirror-token: 'your-mirror-token'
cache-package-manager: false # Disable automatic npm caching if not required
package-manager-cache: false # Disable automatic npm caching if not required
```