Skip to content

Commit eaca9ad

Browse files
authored
Merge pull request #572 from facultyai/clean-install
Clean install dependencies
2 parents bdf11a4 + 772b985 commit eaca9ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 12.x
2525

2626
- name: Install dependencies
27-
run: npm install
27+
run: npm ci
2828
- name: Set up Python 3.8
2929
uses: actions/setup-python@v1
3030
with:
@@ -98,7 +98,7 @@ jobs:
9898
node-version: 12.x
9999

100100
- name: Install dependencies
101-
run: npm install
101+
run: npm ci
102102

103103
- name: Set up Python 3.8
104104
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)