Skip to content

chore(mobile): update pnpm lockfile after removing packages #14

chore(mobile): update pnpm lockfile after removing packages

chore(mobile): update pnpm lockfile after removing packages #14

Workflow file for this run

- name: Install Node.js

Check failure on line 1 in .github/workflows/build-setup.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-setup.yml

Invalid workflow file

(Line: 1, Col: 1): A sequence was not expected
uses: actions/setup-node@v4
with:
node-version: "22"
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Build web dashboard
run: cd nomadflowcode && pnpm install --frozen-lockfile && pnpm run build:terminal-html && npx expo export --platform web