Skip to content

Commit a3dcac1

Browse files
authored
chore(🐙): remove npm update step from GitHub action (#3618)
1 parent 55181ea commit a3dcac1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ runs:
2525
cache-dependency-path: yarn.lock
2626
registry-url: 'https://registry.npmjs.org'
2727

28-
- name: Update npm to latest
29-
run: npm install -g npm@latest
30-
shell: bash
31-
3228
- name: Install dependencies
3329
run: yarn install --immutable
3430
shell: bash

0 commit comments

Comments
 (0)