Skip to content

Commit

Permalink
👷 Use yarn for deployment package manager (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Feb 19, 2021
1 parent 0229ced commit 0355f5e
Show file tree
Hide file tree
Showing 5 changed files with 942 additions and 815 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: pulumi/[email protected]
- run: npm install
- run: yarn install
- if: github.event_name == 'pull_request'
name: test
run: |
Expand Down
Loading

1 comment on commit 0355f5e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.