Skip to content

fix: fixed sizing issue with like icon #208

fix: fixed sizing issue with like icon

fix: fixed sizing issue with like icon #208

Workflow file for this run

name: 'Build'
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install and Build
run: |
npm ci
npm run build