Skip to content

chore(deps): bump rollup from 3.29.4 to 3.29.5 #110

chore(deps): bump rollup from 3.29.4 to 3.29.5

chore(deps): bump rollup from 3.29.4 to 3.29.5 #110

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
mongodb-version: ["4.4", "5.0", "6.0", "7.0"]
node-version: [16.x, 18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: "yarn"
node-version: ${{ matrix.node-version }}
- uses: supercharge/[email protected]
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn tsc
- run: yarn build
- run: yarn test