Skip to content

Update dependency serve to v13.0.4 #429

Update dependency serve to v13.0.4

Update dependency serve to v13.0.4 #429

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install dependencies 💿
run: yarn install
- name: Run linter ⚡
run: yarn lint
- name: Run build 🔨
run: yarn build