Skip to content

Commit cc709d6

Browse files
revert npm upgrade
1 parent d3d4478 commit cc709d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup/action.yml

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

1313
# TODO: Can be removed once node-version is 24 as this will be the minimum
1414
- name: Install npm 11
15-
run: npm install -g npm@11 || echo "::warning::npm upgrade failed — not required for yarn-based CI"
15+
run: npm install -g npm@11
1616
shell: bash
1717

1818
- name: Cache turbo build setup

0 commit comments

Comments
 (0)