Skip to content

[npm] Beep boop new security update Bump @types/react from 18.3.26 to 19.2.2 #205

[npm] Beep boop new security update Bump @types/react from 18.3.26 to 19.2.2

[npm] Beep boop new security update Bump @types/react from 18.3.26 to 19.2.2 #205

Workflow file for this run

name: build api
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: build
env:
PORT: 4000
DATABASE_URL: postgres://example:secret@db:5432/main?schema=public
working-directory: ${{ github.workspace }}/
run: bun install
- run: echo ${{ github.workspace }}/
- run: bun build --entrypoints src/index.ts --outdir ./out --target bun