Skip to content

Commit

Permalink
🐛 Update release.yml on main
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath authored May 15, 2024
1 parent e8b2517 commit 8c158b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install dependencies
run: pnpm install
run: yarn install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
Expand Down

0 comments on commit 8c158b1

Please sign in to comment.