Skip to content

build(deps): bump serve from 14.0.1 to 14.2.1 #575

build(deps): bump serve from 14.0.1 to 14.2.1

build(deps): bump serve from 14.0.1 to 14.2.1 #575

Workflow file for this run

---
name: "Test"
on:
pull_request:
branches:
- main
jobs:
test: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: |
yarn
- run: |
yarn all