Skip to content

feat: add make bump target for version updates #3

feat: add make bump target for version updates

feat: add make bump target for version updates #3

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 && npx expo export --platform web