Skip to content

Commit

Permalink
fix npm provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
capt-nemo429 committed Jun 13, 2023
1 parent f4d5124 commit 72a8b4f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/forty-taxis-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@fleet-sdk/common": patch
"@fleet-sdk/core": patch
"@fleet-sdk/wallet": patch
"@fleet-sdk/babel-fees-plugin": patch
---

Fix NPM provenance
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
node-version: 20
cache: "pnpm"

- name: Ensure latest npm version to be installed for npm provenance support
run: npm install -g npm

- name: Install Dependencies
run: pnpm install --frozen-lockfile

Expand Down

0 comments on commit 72a8b4f

Please sign in to comment.