Skip to content

Merge pull request #3423 from ever-co/dependabot/npm_and_yarn/nanoid-… #170

Merge pull request #3423 from ever-co/dependabot/npm_and_yarn/nanoid-…

Merge pull request #3423 from ever-co/dependabot/npm_and_yarn/nanoid-… #170

Workflow file for this run

name: Mobile Build DEV
on:
push:
branches:
- develop
paths:
- '.github/workflows/mobile.dev.yml'
- 'apps/mobile/**'
- 'package.json'
- 'yarn.lock'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.11.1'
cache: 'yarn'
- name: Install Packages
run: |
yarn install --frozen-lockfile
- name: Build Mobile
run: |
yarn build:mobile