Skip to content

Commit

Permalink
chore: missing dependencies step in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed Aug 23, 2024
1 parent 79f16cf commit 6242461
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'

- name: Install modules
run: yarn

- name: Automated Version Bump
uses: 'phips28/gh-action-bump-version@master'
env:
Expand Down

0 comments on commit 6242461

Please sign in to comment.