Skip to content

Commit

Permalink
Dev (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
neopromic authored Jan 9, 2025
2 parents 1e9ec5b + db7241c commit d3ee47b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "pnpm" # Use cache for pnpm
- name: Install pnpm
run: corepack enable && corepack prepare pnpm@latest --activate
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
run: pnpm install --frozen-lockfile
- name: Verify the integrity of dependencies
run: pnpm audit
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d3ee47b

Please sign in to comment.