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 d1aa488 commit fcc83b1Copy full SHA for fcc83b1
.github/workflows/nodeCI.yml
@@ -28,7 +28,6 @@ jobs:
28
id: yarn-cache
29
run: echo "::set-output name=dir::$(yarn cache dir)"
30
- name: Yarn cache
31
- if: runner.os != 'Windows'
32
uses: actions/cache@v1
33
with:
34
path: ${{ steps.yarn-cache.outputs.dir }}
0 commit comments