Skip to content

Commit

Permalink
Remove pnpm cache configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
eben92 committed Feb 16, 2024
1 parent 948b4df commit 40f9ac9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "pnpm"

- run: pnpm install
- run: pnpm run format && pnpm run build
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "pnpm"
registry-url: 'https://registry.npmjs.org'

- run: pnpm install
Expand Down

0 comments on commit 40f9ac9

Please sign in to comment.