fix(deps): update dart dependencies (non-major) #248

Merged
flixcoo merged 15 commits from renovate/dart-non-major into development 2026-05-25 12:00:58 +00:00
Showing only changes of commit 8e503d0bd0 - Show all commits

View File

@@ -34,10 +34,10 @@ jobs:
container:
image: ghcr.io/cirruslabs/flutter:stable
steps:
- name: Install Node
run: |
apt-get update
apt-get install -y nodejs npm
# - name: Install Node
# run: |
# apt-get update
# apt-get install -y nodejs npm
- name: Checkout code
uses: actions/checkout@v4
@@ -58,11 +58,6 @@ jobs:
git config --global --add safe.directory '*'
flutter pub get
# - name: Install system sqlite
# run: |
# apt-get update
# apt-get install -y libsqlite3-0
- name: Run tests
run: flutter test