Skip to content

chore(deps): bump undici and wrangler in /server #7

chore(deps): bump undici and wrangler in /server

chore(deps): bump undici and wrangler in /server #7

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm ci --prefix server
- run: npm run build
- run: npm run test:ci
- run: npm --prefix server run typecheck