Skip to content

build(deps-dev): bump @hono/node-server from 1.19.9 to 1.19.13 #455

build(deps-dev): bump @hono/node-server from 1.19.9 to 1.19.13

build(deps-dev): bump @hono/node-server from 1.19.9 to 1.19.13 #455

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.11
- run: bun install
- run: npm run typecheck
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.11
- run: bun install
- run: npm test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.11
- run: bun install
- run: npm run bundle:all
- uses: actions/upload-artifact@v4
with:
name: binaries
path: dist/bin/