Skip to content

Commit 6fe322b

Browse files
committed
Add npm ci to directory-updating job, as well (so that we can utilize globby)
1 parent a69d9a8 commit 6fe322b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_directory_md.yml

+3
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)