Skip to content

Add config to be able to index other fields #41

Add config to be able to index other fields

Add config to be able to index other fields #41

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: pnpm install
uses: jaid/action-npm-install@v1.2.1
with:
packageManager: 'pnpm'
- name: Test
run: npm test