Skip to content

Bump mongodb from 6.11.0 to 6.12.0 #1833

Bump mongodb from 6.11.0 to 6.12.0

Bump mongodb from 6.11.0 to 6.12.0 #1833

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'yarn'
- run: yarn install
- run: yarn run lint
- run: yarn run build