Update action.yml

This commit is contained in:
Philip Korsholm
2021-10-21 14:24:04 +02:00
committed by GitHub
parent 5fa3892e4f
commit 816b45baf7

View File

@@ -16,7 +16,7 @@ runs:
path: | path: |
node_modules node_modules
*/*/node_modules */*/node_modules
key: ${{ runner.os }}-yarn-${{inputs.extension}}-v5-${{ hashFiles('**/yarn.lock') }} key: ${{ runner.os }}-yarn-${{inputs.extension}}-v6-${{ hashFiles('**/yarn.lock') }}
# We want to only bootstrap and install if no cache is found. # We want to only bootstrap and install if no cache is found.
# Futhermore, we might want to do a partial, hoisted, bootstrap towards # Futhermore, we might want to do a partial, hoisted, bootstrap towards
# the base branch if it exists, otherwise we choose develop for this. # the base branch if it exists, otherwise we choose develop for this.