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