https://github.com/kevincobain2000/cache-http
- name: Yarn Install (with cache)
uses: kevincobain2000/action-cache-http@v2
with:
version: ${{ matrix.node-versions }}
lock_file: yarn.lock
install_command: yarn install
destination_folder: node_modules
operating_dir: "./" # optional
cache_http_api: "https://yourdomain.com/path/to/installation/cache-http"
http_proxy: ""