Skip to content

Bump puma from 6.3.0 to 6.3.1 in /api #2122

Bump puma from 6.3.0 to 6.3.1 in /api

Bump puma from 6.3.0 to 6.3.1 in /api #2122

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install and Build
run: |
cd dashboard
yarn install
yarn build