Skip to content

chore(deps): bump payload from 3.33.0 to 3.44.0 in /packages/mdxdb #226

chore(deps): bump payload from 3.33.0 to 3.44.0 in /packages/mdxdb

chore(deps): bump payload from 3.33.0 to 3.44.0 in /packages/mdxdb #226

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 9.0.0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Type Check
run: pnpm check-types
- name: Lint
run: pnpm lint
- name: Test
run: pnpm test