Skip to content

FRIDGE-500 Update changelog (#395) #215

FRIDGE-500 Update changelog (#395)

FRIDGE-500 Update changelog (#395) #215

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn
- run: yarn build