We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233cc95 commit 5cfcdc6Copy full SHA for 5cfcdc6
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/setup-node@v4
9
with:
10
node-version: 20
11
- cache: npm
+ - run: npm install
12
- uses: ankane/setup-postgres@v1
13
14
database: pgvector_node_test
0 commit comments