diff --git a/.fvmrc b/.fvmrc index 8f59eb5..906bbb3 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.22.2" + "flutter": "3.24.3" } \ No newline at end of file diff --git a/.github/workflows/melos-ci.yml b/.github/workflows/melos-ci.yml index a7ad1d2..71bc34b 100644 --- a/.github/workflows/melos-ci.yml +++ b/.github/workflows/melos-ci.yml @@ -12,3 +12,4 @@ jobs: permissions: write-all with: subfolder: '.' # add optional subfolder to run workflow in + flutter_version: 3.24.3