Skip to content

Commit 7cbf88d

Browse files
mattstromMatt Strom
andauthored
ci: install node modules for workflow (#241)
Co-authored-by: Matt Strom <matt.strom@evolv.ai>
1 parent 5f72cc2 commit 7cbf88d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/on-push.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,10 @@ jobs:
6262
with:
6363
node-version: '16'
6464

65+
- name: Install Node Packages
66+
run: |
67+
npm ci --production=false
68+
6569
- name: Release
66-
run: npx semantic-release
70+
run: |
71+
npx semantic-release

0 commit comments

Comments
 (0)