Skip to content

Commit

Permalink
remove cache from action
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotcestari committed Jun 13, 2024
1 parent 44caef9 commit b2a1c58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/cache@v4

- name: Install pnpm
run: npm install -g pnpm
Expand Down

0 comments on commit b2a1c58

Please sign in to comment.