Skip to content

Commit

Permalink
change npm install to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
HarriPra committed Mar 18, 2024
1 parent e90235c commit 31299b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cross-repo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
node-version: '14' #maybe change this to make it dynamic later

- name: Install dependancies
run: npm install
run: yarn install
working-directory: .github/actions/repo-dispatch

- name: Trigger deployment in another repo
uses: ./.github/actions/repo-dispatch
Expand Down

0 comments on commit 31299b0

Please sign in to comment.