Skip to content

Commit

Permalink
ci: install pnpm via corepack in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlemoos committed Jan 5, 2025
1 parent 14a38f7 commit 5cf2b83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Setup pnpm 📦
run: corepack enable pnpm
- name: Install dependencies 📦
run: npm i -g pnpm && pnpm install
run: pnpm install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: pnpm audit signatures
- name: Update version and changelog 📚
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"ctfassets",
"datasource",
"datetime",
"GITHUB",
"Hoverable",
"instapaper",
"latin",
Expand Down

0 comments on commit 5cf2b83

Please sign in to comment.