Skip to content

Commit fcc83b1

Browse files
committed
feat(ci/nodeCI): enable yarn caching on windows
1 parent d1aa488 commit fcc83b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/nodeCI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
id: yarn-cache
2929
run: echo "::set-output name=dir::$(yarn cache dir)"
3030
- name: Yarn cache
31-
if: runner.os != 'Windows'
3231
uses: actions/cache@v1
3332
with:
3433
path: ${{ steps.yarn-cache.outputs.dir }}

0 commit comments

Comments
 (0)