Skip to content

build(deps): bump serialize-javascript and terser-webpack-plugin #192

build(deps): bump serialize-javascript and terser-webpack-plugin

build(deps): bump serialize-javascript and terser-webpack-plugin #192

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.x'
channel: 'stable'
- run: flutter pub get
- run: flutter test
- run: flutter build web