From 6fe322bd8afbc6032b9e075b1d9686386a0d533d Mon Sep 17 00:00:00 2001 From: Roland Hummel Date: Mon, 4 Oct 2021 00:27:11 +0200 Subject: [PATCH] Add npm ci to directory-updating job, as well (so that we can utilize globby) --- .github/workflows/update_directory_md.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update_directory_md.yml b/.github/workflows/update_directory_md.yml index e29367841..b2eeb9919 100644 --- a/.github/workflows/update_directory_md.yml +++ b/.github/workflows/update_directory_md.yml @@ -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