Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/actions/setup-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
node-version: 22 # semantic-release requires at least this version
- name: Update npm # To ensure npm 11.5.1 or later is installed for Trusted publishing
shell: bash
run: npm install -g npm@latest
run: npm install -g npm@~11.10.0
- name: Install dependencies
shell: bash
run: npm i