From 0d40817cada5387eb07ca925d3a1cf426a0057c0 Mon Sep 17 00:00:00 2001 From: appflowy Date: Tue, 17 May 2022 16:07:36 +0800 Subject: [PATCH] chore: specify flutter version on CI --- .github/workflows/dart_lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dart_lint.yml b/.github/workflows/dart_lint.yml index f8737bfb8a..81460cec1c 100644 --- a/.github/workflows/dart_lint.yml +++ b/.github/workflows/dart_lint.yml @@ -23,6 +23,7 @@ jobs: uses: actions/checkout@v2 - uses: subosito/flutter-action@v1 with: + flutter-version: '2.10.0' channel: "stable" - name: Deps Flutter run: flutter packages pub get