File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 66# AUTHORS, please only use actions with explicit SHA references, and avoid using `@master` or `@main` references or `@version` tags.
77# MERGE QUEUE NOTE: This Workflow does not run on `merge_group` trigger, as this Workflow is not required for Merge Queue's
88
9- name : Lighthouse
9+ name : Sync Orama Cloud
1010
1111on :
1212 push :
3333 with :
3434 ref : ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.ref }}
3535
36+ - name : Set up pnpm
37+ uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
38+
39+ - name : Set up Node.js
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
43+ node-version-file : " .nvmrc"
44+ cache : " pnpm"
45+
46+ - name : Install packages
47+ run : pnpm install --frozen-lockfile
48+
3649 - name : Sync Orama Cloud
3750 working-directory : apps/site
3851 run : node --run sync-orama
You can’t perform that action at this time.
0 commit comments