Skip to content

feat: rename pinecone Datastore to PineconeDatastore and pinecone Hyb… #29

feat: rename pinecone Datastore to PineconeDatastore and pinecone Hyb…

feat: rename pinecone Datastore to PineconeDatastore and pinecone Hyb… #29

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Test Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
node-version:
- 21
- 20
- 18
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm test