We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce54c0 commit b91ca22Copy full SHA for b91ca22
.github/workflows/build.yml
@@ -142,11 +142,11 @@ jobs:
142
uses: actions/setup-node@v1
143
with:
144
node-version: ${{ env.DEFAULT_NODE_VERSION }}
145
- - name: Check dependency cache
146
- uses: actions/cache@v2
147
- with:
148
- path: ${{ env.CACHED_DEPENDENCY_PATHS }}
149
- key: ${{ needs.job_build.outputs.dependency_cache_key }}
+ # - name: Check dependency cache
+ # uses: actions/cache@v2
+ # with:
+ # path: ${{ env.CACHED_DEPENDENCY_PATHS }}
+ # key: ${{ needs.job_build.outputs.dependency_cache_key }}
150
- name: Check build cache
151
uses: actions/cache@v2
152
0 commit comments