We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69d9a8 commit 6fe322bCopy full SHA for 6fe322b
1 file changed
.github/workflows/update_directory_md.yml
@@ -12,6 +12,9 @@ jobs:
12
with:
13
node-version: '14'
14
15
+ - name: 📦 Install dependencies
16
+ run: npm ci
17
+
18
- name: 🗄️ Create Directory from JS files
19
run: node .github/workflows/UpdateDirectory.mjs
20
0 commit comments