Skip to content

Commit

Permalink
Remove yarn cache and restore NextJS cache
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed May 17, 2024
1 parent b097252 commit d355050
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/setup-zui/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ runs:
- name: Install Node
uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .node-version

# - name: Cache NextJS Artifacts
# uses: jongwooo/next-cache@v1
- name: Cache NextJS Artifacts
uses: jongwooo/next-cache@v1

- name: Yarn Install
run: yarn --inline-builds
Expand Down

0 comments on commit d355050

Please sign in to comment.