mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: upgrade flutter and dart version (#51939)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user