Skip to content

chore: bump vite and hono #10

chore: bump vite and hono

chore: bump vite and hono #10

Workflow file for this run

name: ci-ssg
on:
push:
branches: [main]
paths:
- 'packages/ssg/**'
pull_request:
branches: ['*']
paths:
- 'packages/ssg/**'
jobs:
ci:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/ssg
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: yarn install
- run: yarn build
- run: yarn test