We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2411e2 commit 77381d8Copy full SHA for 77381d8
.github/workflows/validate.yaml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v3
32
- uses: dart-lang/setup-dart@v1
33
with:
34
- sdk: 3.2.0 # Update when min sdk supported version of `melos` package changes.
+ sdk: 3.6.0 # Update when min sdk supported version of `melos` package changes.
35
- name: Run Melos
36
run: ./.github/workflows/scripts/install-tools.sh
37
0 commit comments