Skip to content

Commit bf81cdd

Browse files
committed
chore(ci): install deps on release job
1 parent 5c81b51 commit bf81cdd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
- uses: actions/setup-node@v3
113113
with:
114114
node-version-file: .nvmrc
115+
- name: Install package dependencies
116+
run: npm ci
115117
- name: Release
116118
env:
117119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)