Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sakul-budhathoki committed Dec 20, 2023
1 parent 2ba9378 commit 35a997a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mobile-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
cache: "yarn"
node-version: 18

- uses: actions/setup-python@v5
with:
python-version: "2.7"

- name: Install node modules
run: yarn

Expand Down

0 comments on commit 35a997a

Please sign in to comment.