Skip to content

Bump express from 4.18.2 to 4.19.2 #127

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #127

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.12'
channel: 'stable'
- run: flutter pub get
- run: flutter test
- run: flutter build apk