Skip to content

Commit 5283a41

Browse files
committed
Add npm ci to directory-updating job, as well (so that we can utilize globby)
1 parent 2dc8ead commit 5283a41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_directory_md.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
with:
1313
node-version: '14'
1414

15+
- name: 📦 Install dependencies
16+
run: npm ci
17+
1518
- name: 🗄️ Create Directory from JS files
1619
run: node .github/workflows/UpdateDirectory.mjs
1720

0 commit comments

Comments
 (0)