Skip to content

Commit

Permalink
actions | remove cache yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nab committed Sep 21, 2021
1 parent 6cba298 commit a347df7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14
cache: 'yarn'

- name: Yarn install
run: yarn install
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
cache: 'yarn'

- uses: expo/expo-github-action@v6
with:
Expand Down Expand Up @@ -75,7 +74,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
cache: 'yarn'
- uses: actions/cache@v2
id: turtle-cache
with:
Expand Down Expand Up @@ -110,7 +108,6 @@ jobs:
# - uses: actions/setup-node@v2
# with:
# node-version: 14
# cache: 'yarn'

# - run: ./.github/scripts/decrypt_secret.sh
# env:
Expand Down

0 comments on commit a347df7

Please sign in to comment.