Update action.yml

This commit is contained in:
Omar López 2023-02-28 06:06:51 -07:00 committed by GitHub
parent 55cc76f526
commit e79c03c7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ runs:
env:
cache-name: prod-build
key-1: ${{ inputs.node_version }}-${{ hashFiles('yarn.lock') }}
key-2: ${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
key-2: ${{ hashFiles('**/**.[jt]s', '**/**.[jt]sx') }}
key-3: ${{ github.event.pull_request.number || github.ref }}
with:
path: |