Fixed cache recommendation syntax (#1603)

This typo was added in #1567
This commit is contained in:
SubJunk
2026-08-13 16:11:41 -05: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' node-version: '24.x'
mirror: 'https://nodejs.org/dist' mirror: 'https://nodejs.org/dist'
mirror-token: 'your-mirror-token' 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
``` ```