Skip to content

Commit

Permalink
ci(actions): update github action to use latest corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwinter07 committed Feb 3, 2025
1 parent b118d9d commit cfeb6c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/spotty-lies-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 3 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ runs:
using: composite
steps:
- name: Install package manager via corepack
run: corepack enable
run: |
npm install -g [email protected]
corepack enable
shell: bash

- name: Cache pnpm store
Expand Down

0 comments on commit cfeb6c7

Please sign in to comment.