Skip to content

Commit

Permalink
ci: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Dec 14, 2020
1 parent 91442c4 commit c9efdfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
persist-credentials: false
- name: Setup Node
uses: Brightspace/third-party-actions@actions/setup-node
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Semantic Release
Expand Down

0 comments on commit c9efdfe

Please sign in to comment.