Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
meta: Removed pnpm caching in CI since that breaks pnpm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-coster committed Mar 6, 2023
1 parent 6f93f3f commit 4cf4ea6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-releases-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: pnpm
node-version: 16
node-version: 18
- run: corepack enable
- run: pnpm install

Expand Down

0 comments on commit 4cf4ea6

Please sign in to comment.