mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:18:23 +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:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
|
|
||||||
|
- name: 📦 Install dependencies
|
||||||
|
run: npm ci
|
||||||
|
|
||||||
- name: 🗄️ Create Directory from JS files
|
- name: 🗄️ Create Directory from JS files
|
||||||
run: node .github/workflows/UpdateDirectory.mjs
|
run: node .github/workflows/UpdateDirectory.mjs
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user