Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/actions/setup-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ runs:
cache: 'pnpm' # package manager for caching
registry-url: 'https://registry.npmjs.org'

# Update npm to latest for provenance
# Update npm to latest release compatible with our pinned Node version, for provenance
- name: Update npm
run: npm install -g npm@latest
run: npm install -g npm@10
shell: bash

- name: Install dependencies from lockfile
Expand Down
Loading