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 3c3e202 commit 561a984Copy full SHA for 561a984
.github/workflows/deploy-search.yml
@@ -23,6 +23,8 @@ jobs:
23
node-version: 22
24
- name: Install packageManager
25
uses: pnpm/action-setup@v4
26
+ with:
27
+ version: 9
28
- name: Install Project Dependencies
29
run: pnpm install
30
working-directory: ./packages/search
0 commit comments