Skip to content

Commit

Permalink
Remove cache from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cephalization committed Dec 6, 2024
1 parent eeeceee commit 40ae927
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20.x"
cache: "pnpm"
- name: Install deps
run: pnpm install
- name: Lint
Expand Down Expand Up @@ -42,7 +41,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: "pnpm"

- name: Install deps
run: pnpm install
Expand Down

0 comments on commit 40ae927

Please sign in to comment.