Skip to content

Commit

Permalink
💚 Try fixing github action by removing cache because it crashes with …
Browse files Browse the repository at this point in the history
…license field warning from yarn
  • Loading branch information
geekuillaume committed Oct 9, 2021
1 parent cf4b1cd commit 39a949f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: 'yarn'

- name: Install shared deps
run: yarn install
Expand Down Expand Up @@ -52,7 +51,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: 'yarn'

- name: Download Webui dist
uses: actions/download-artifact@v1
Expand Down

0 comments on commit 39a949f

Please sign in to comment.