Skip to content

Bump hono from 4.0.10 to 4.2.7 #60

Bump hono from 4.0.10 to 4.2.7

Bump hono from 4.0.10 to 4.2.7 #60

Workflow file for this run

name: Test with coverage (vitest)
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
name: Run your tests
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm install
npm run ci
env:
CI: true