Skip to content

Commit

Permalink
Merge pull request #598 from xmtp/np/second-try-fix
Browse files Browse the repository at this point in the history
fix: force latest npm in release
  • Loading branch information
nplasterer committed Apr 22, 2024
2 parents 5488ac1 + 6ce0604 commit 4299e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
SKIP_YARN_COREPACK_CHECK: '1'
- name: Enable corepack
run: corepack enable
- name: Update npm to latest
run: npm install -g npm@latest
- name: Install dependencies
run: yarn
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
Expand Down

0 comments on commit 4299e7d

Please sign in to comment.