Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 28, 2023
1 parent c38cdcc commit 233cc95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm install
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- uses: ankane/setup-postgres@v1
with:
database: pgvector_node_test
Expand Down

0 comments on commit 233cc95

Please sign in to comment.