We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f2a96 commit 0624938Copy full SHA for 0624938
1 file changed
.github/workflows/sync-orama.yml
@@ -17,6 +17,7 @@ on:
17
- main
18
types:
19
- labeled
20
+ pull_request:
21
22
permissions:
23
contents: read
@@ -39,8 +40,8 @@ jobs:
39
40
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
41
with:
42
# We want to ensure that the Node.js version running here respects our supported versions
- node-version-file: '.nvmrc'
43
- cache: 'pnpm'
+ node-version-file: ".nvmrc"
44
+ cache: "pnpm"
45
46
- name: Install packages
47
run: pnpm install --frozen-lockfile
0 commit comments