We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f00522 commit 262b6a6Copy full SHA for 262b6a6
2 files changed
.github/workflows/release-cli.yml
@@ -63,6 +63,8 @@ jobs:
63
registry-url: 'https://registry.npmjs.org'
64
65
- uses: oven-sh/setup-bun@v2
66
+ with:
67
+ bun-version: 1.3.11
68
69
- name: Cache apt packages
70
uses: actions/cache@v5
.github/workflows/release-sdk.yml
@@ -88,6 +88,8 @@ jobs:
88
registry-url: "https://registry.npmjs.org"
89
90
91
92
93
94
- uses: actions/setup-python@v5
95
with:
@@ -234,6 +236,8 @@ jobs:
234
236
235
237
238
239
240
241
242
243
0 commit comments