Skip to content

chore(deps): bump hono from 4.3.4 to 4.5.8 #121

chore(deps): bump hono from 4.3.4 to 4.5.8

chore(deps): bump hono from 4.3.4 to 4.5.8 #121

Workflow file for this run

# testing with pull request
# environement node v22 lts
# directory backend
# command npm run test
name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test