Skip to content

Commit bffbc4b

Browse files
committed
ci(cd): add npm ci step
1 parent bc3b152 commit bffbc4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
with:
3030
node-version: lts/Jod
3131

32+
- name: Install dependencies
33+
run: npm ci
34+
3235
- name: Run Semantic Release
3336
run: npx semantic-release
3437
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)