Skip to content

Commit 85c350a

Browse files
author
Lazar Djurdjevic
committed
fix: remove npm registry update step from CI workflow
1 parent d1111fc commit 85c350a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/continuous.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
*/*/node_modules
2323
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
2424

25-
- name: Update npm registry
26-
run: npm run update:registry
27-
2825
- name: Install dependencies
2926
run: npm ci
3027

0 commit comments

Comments
 (0)