Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
ci: clear cache on release build
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Mar 10, 2020
1 parent f5836fa commit 2785687
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Clear Cache
if: contains(github.ref, 'tags/v')
run: npm cache clean --force
- name: Install Dependencies
run: npm ci
- name: Lint
Expand Down

0 comments on commit 2785687

Please sign in to comment.