Skip to content

Commit 6bf02a7

Browse files
Fix pipeline (#1635)
2 parents a1b3237 + 08ea23a commit 6bf02a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/npm-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626

2727
- name: Update npm
2828
shell: bash
29-
run: npm install -g npm@12
29+
run: npm install -g npm@11
3030

3131
- name: Install dependencies
3232
if: inputs.require-build == 'true'

0 commit comments

Comments
 (0)