Skip to content

Bump cookie and express (#125) #25

Bump cookie and express (#125)

Bump cookie and express (#125) #25

Workflow file for this run

name: bun CI
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run build