Skip to content

Commit

Permalink
Migrate to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
goliafrs committed Feb 27, 2024
1 parent a534721 commit 273003b
Show file tree
Hide file tree
Showing 3 changed files with 1,965 additions and 6,344 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: npm clean-install
run: pnpm install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
Expand Down
Loading

0 comments on commit 273003b

Please sign in to comment.