Skip to content

[npm] Beep boop new security update Bump @stylistic/eslint-plugin from 2.13.0 to 5.5.0 #207

[npm] Beep boop new security update Bump @stylistic/eslint-plugin from 2.13.0 to 5.5.0

[npm] Beep boop new security update Bump @stylistic/eslint-plugin from 2.13.0 to 5.5.0 #207

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