Skip to content

Commit 233cc95

Browse files
committed
Updated CI
1 parent c38cdcc commit 233cc95

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: actions/setup-node@v3
9-
- run: npm install
8+
- uses: actions/setup-node@v4
9+
with:
10+
node-version: 20
11+
cache: npm
1012
- uses: ankane/setup-postgres@v1
1113
with:
1214
database: pgvector_node_test

0 commit comments

Comments
 (0)