mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
Add npm ci to directory-updating job, as well (so that we can utilize globby)
This commit is contained in:
3
.github/workflows/update_directory_md.yml
vendored
3
.github/workflows/update_directory_md.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
||||
with:
|
||||
node-version: '14'
|
||||
|
||||
- name: 📦 Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: 🗄️ Create Directory from JS files
|
||||
run: node .github/workflows/UpdateDirectory.mjs
|
||||
|
||||
|
Reference in New Issue
Block a user