Skip to content

Bump mongodb from 4.13.0 to 5.2.0 #13

Bump mongodb from 4.13.0 to 5.2.0

Bump mongodb from 4.13.0 to 5.2.0 #13

Workflow file for this run

name: Lint & Test
# Trigger the workflow on push or pull request commits only
on:
push:
branches:
- master
tags-ignore:
- '**'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: make lint