We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2aed7 commit 7d047d1Copy full SHA for 7d047d1
2 files changed
.github/workflows/pull_request.yaml
@@ -20,14 +20,16 @@ jobs:
20
21
- uses: pnpm/action-setup@v2
22
with:
23
- version: 9.15.0
+ version: 9.15.9
24
run_install: false
25
26
- name: Use Node.js ${{ matrix.node-version }}
27
uses: actions/setup-node@v3
28
29
+ scope: "@qdrant"
30
node-version: ${{ matrix.node-version }}
31
cache: "pnpm"
32
+ cache-dependency-path: "pnpm-lock.yaml"
33
34
- name: Node packages audit
35
run: pnpm audit --prod
.github/workflows/release.yaml
@@ -19,6 +19,7 @@ jobs:
19
0 commit comments