ci(repo): update melos version

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-04-03 18:07:31 +05:30
committed by xsahil03x
parent 608049f71d
commit c771aa96d5
2 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -3,7 +3,6 @@ name: Dart Code Metrics
env:
flutter_version: "3.3.3"
folders: "lib, test"
melos_version: "2.7.1"
on:
pull_request:
@@ -34,7 +33,7 @@ jobs:
flutter-version: ${{ env.flutter_version }}
- name: "Install Tools"
run: flutter pub global activate melos ${{ env.melos_version }}
run: flutter pub global activate melos
- name: "Bootstrap Workspace"
run: melos bootstrap