chore: upgrade flutter and dart version (#51939)

This commit is contained in:
Niraj Nandish
2023-10-13 07:26:14 +04:00
committed by GitHub
parent 225a0fbd05
commit 6bacf8c294
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -32,13 +32,13 @@ jobs:
# cypress-io/github-action caches the store, so we should not cache it
# here.
- name: Setup Flutter 3.3.x
- name: Setup Flutter 3.13.x
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2
with:
flutter-version: '3.3.x'
flutter-version: '3.13.x'
channel: 'stable'
cache: true
cache-key: flutter-3.3.x
cache-key: flutter-3.13.x
cache-path: ${{ runner.tool_cache }}/flutter
- name: Set freeCodeCamp Environment Variables
@@ -11,7 +11,7 @@ Start by installing the prerequisite software for your operating system.
| Prerequisite | Version | Notes |
| --------------------------------- | ------- | ---------------------------------------- |
| [Flutter](https://flutter.dev/) | `3.x` | - |
| Dart (comes bundled with Flutter) | `2.x` | We use the version bundled with Flutter. |
| Dart (comes bundled with Flutter) | `3.x` | We use the version bundled with Flutter. |
> [!ATTENTION]
> If you have a different version, please install the recommended version. We can only support installation issues for recommended versions.