Skip to content

chore(deps-dev): bump hono from 4.12.30 to 4.13.1 #238

chore(deps-dev): bump hono from 4.12.30 to 4.13.1

chore(deps-dev): bump hono from 4.12.30 to 4.13.1 #238

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 26.x
cache: 'npm'
- run: npm ci
- run: npm test