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 .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:

- name: Install
uses: pnpm/action-setup@v4

- name: Ensure NPM Version for OIDC
# NPM OIDC Trusted Publishing requires npm >=11.5.1.
# See https://github.com/nodejs/nodejs.org/pull/8091
run: npm install -g npm@11

- name: Setup
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ const AddFile = capability({
});
```

For more details, see the [`ucanto` documentation](https://github.com/storacha/ucanto).
For more details, see the [`ucanto` documentation](https://github.com/storacha/ucanto).