Skip to content

Commit f89b585

Browse files
revert npm upgrade
1 parent 228a8a2 commit f89b585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)