Skip to content

Commit 2929119

Browse files
committed
chore(ci): install deps on release job
1 parent d986680 commit 2929119

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)