We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00726c2 commit 2ec1eabCopy full SHA for 2ec1eab
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install dependencies
33
uses: pnpm/action-setup@v2
34
with:
35
- version: 9.9.0
+ version: 9.15.9
36
run_install: |
37
- recursive: true
38
args: [--frozen-lockfile, --strict-peer-dependencies]
package.json
@@ -4,7 +4,7 @@
4
"version": "0.0.3",
5
"description": "stainless api monorepo",
6
"author": "[email protected]",
7
- "packageManager": "pnpm@9.9.0",
+ "packageManager": "pnpm@9.15.9",
8
"repository": {
9
"type": "git",
10
"url": "https://github.com/stainless-api/stl-api.git"
0 commit comments