Skip to content

Commit

Permalink
chore(ci): install deps on release job
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Nov 6, 2022
1 parent d986680 commit 2929119
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Install package dependencies
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2929119

Please sign in to comment.