Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/sweet-rules-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'mcproof': patch
---

Updated release workflow step to use corepack
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
cache: npm
registry-url: 'https://registry.npmjs.org'

- name: Update npm
run: npm install -g npm@latest
- name: Enable corepack
run: corepack enable

- name: Install dependencies
run: npm ci
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
},
"publishConfig": {
"access": "public"
}
},
"packageManager": "npm@11.5.1"
}
Loading