Skip to content

Commit

Permalink
[nix,devenv] make use of corepack for installing pnpn in nix devenv
Browse files Browse the repository at this point in the history
  • Loading branch information
nxmatic committed Jul 2, 2024
1 parent d9a77a1 commit 991c742
Show file tree
Hide file tree
Showing 6 changed files with 3,586 additions and 2,815 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Setup pnpm
run: |
npm install -g pnpm
corepack enable pnpm
- name: Cache pnpm store
uses: actions/cache@v4
Expand Down
Loading

0 comments on commit 991c742

Please sign in to comment.