Skip to content

Bump @types/node from 22.7.4 to 22.9.1 #111

Bump @types/node from 22.7.4 to 22.9.1

Bump @types/node from 22.7.4 to 22.9.1 #111

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches:
- main
jobs:
ci-web:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Run Lint and Format
run: bun lint
- name: Run tests
run: bun test
- name: Run build
run: bun run build