Skip to content

Commit f4d8309

Browse files
committed
🔧 add npm ci step to install dependencies
1 parent 45db7c7 commit f4d8309

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-annuaire.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
cache: "npm"
2222
node-version-file: package.json
2323

24+
- name: 📥 Install dependencies
25+
run: npm ci
26+
2427
- name: 🔍 Get latest commit from search-infra
2528
id: latest
2629
run: |

0 commit comments

Comments
 (0)