Compare commits

...
Author SHA1 Message Date
SubJunkandGitHub 3d7870f621 Fixed cache recommendation syntax (#1603)
This typo was added in #1567
2026-08-13 16:11:41 -05:00
+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
```