Fixed cache recommendation syntax

This typo was added in #1567
This commit is contained in:
SubJunk 2026-08-11 10:01:30 +12:00 committed by GitHub
parent e51e5fe84f
commit 0b2f8cef67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
```