Skip to content

Commit 7d047d1

Browse files
authored
fix release pnpm audit (#99)
* fix release pnpm audit * check setup * check pnpm version * provide pnpm v8 * pnpm version up * use pnpm v9 in release pipeline
1 parent 1c2aed7 commit 7d047d1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pull_request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ jobs:
2020

2121
- uses: pnpm/action-setup@v2
2222
with:
23-
version: 9.15.0
23+
version: 9.15.9
2424
run_install: false
2525

2626
- name: Use Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v3
2828
with:
29+
scope: "@qdrant"
2930
node-version: ${{ matrix.node-version }}
3031
cache: "pnpm"
32+
cache-dependency-path: "pnpm-lock.yaml"
3133

3234
- name: Node packages audit
3335
run: pnpm audit --prod

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919

2020
- uses: pnpm/action-setup@v2
2121
with:
22+
version: 9.15.9
2223
run_install: false
2324

2425
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)