Browse Source

Merge pull request #34 from khoren93/dependabot/github_actions/bluefireteam/melos-action-2

Bump bluefireteam/melos-action from 1 to 2
pull/35/head
Khoren Markosyan 2 years ago committed by GitHub
parent
commit
f1875c0b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -25,7 +25,7 @@ jobs:
cache: true cache: true
# Setup the melos environment. # Setup the melos environment.
- uses: bluefireteam/melos-action@v1 - uses: bluefireteam/melos-action@v2
- name: Install dependencies - name: Install dependencies
run: melos bootstrap run: melos bootstrap

Loading…
Cancel
Save