Skip to content

Commit

Permalink
Fixed cache
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickG committed Jan 11, 2024
1 parent 943ff7a commit 2d87b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache: pnpm

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache: pnpm

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 2d87b15

Please sign in to comment.