Skip to content

Request-fix: updated getMetadata #177

Request-fix: updated getMetadata

Request-fix: updated getMetadata #177

Workflow file for this run

name: Frontend
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: yarn install
- name: Build
run: yarn build