-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I wrote a workflow like follow, but I found nothing happened. Is that wrong or just unsupported?
- uses: actions/setup-node@v2
id: cache
with:
node-version: '14'
cache: yarn
- run: yarn install --frozen-lockfile
if: steps.cache.outputs.cache-hit != 'true'
oskarkivra and mihaerzenryanio, neilime, ChrisSargent, laughedelic, oskarkivra and 1 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request