Skip to content

Commit 4977faa

Browse files
ci: Fix error with install latest version of npm on ubuntu (#109)
1 parent b246038 commit 4977faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
node-version: 22 # semantic-release requires at least this version
1111
- name: Update npm # To ensure npm 11.5.1 or later is installed for Trusted publishing
1212
shell: bash
13-
run: npm install -g npm@latest
13+
run: npm install -g npm@~11.10.0
1414
- name: Install dependencies
1515
shell: bash
1616
run: npm i

0 commit comments

Comments
 (0)