Skip to content

Bump @hono/node-server from 1.19.14 to 1.19.17 #28

Bump @hono/node-server from 1.19.14 to 1.19.17

Bump @hono/node-server from 1.19.14 to 1.19.17 #28

Workflow file for this run

name: validate
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run validate