-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Caching packages dependencies doesn't work in composite actions today. Action composition allows to reduce duplication in workflows and make maintenance easier, however setup-node
with cache
option doesn't support them – cache is always not found.
runs:
using: 'composite'
steps:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
cache: yarn
/usr/local/bin/yarn --version
1.22.11
/usr/local/bin/yarn cache dir
/home/runner/.cache/yarn/v6
yarn cache is not found
aliaksandr-yermalayeu, maryna-leanovich, ruslandulina, AlekseyKarmazTR, YanisMachkinTR and 4 moreasapach
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working