From 2b9a93deb0191a15953110fcbbbb3327ed7c791f Mon Sep 17 00:00:00 2001 From: "Michael M. Chang" Date: Sun, 6 Feb 2022 13:33:02 -0500 Subject: [PATCH] npm ci to check node_modules --- .github/workflows/update-oss-attribution.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-oss-attribution.yml b/.github/workflows/update-oss-attribution.yml index 4117aa4a..596502ef 100644 --- a/.github/workflows/update-oss-attribution.yml +++ b/.github/workflows/update-oss-attribution.yml @@ -18,6 +18,7 @@ jobs: node-version: '16' - name: Install and generate attribution run: | + npm ci npm i -g oss-attribution-generator generate-attribution mv ./oss-attribution/attribution.txt ./public/oss-attribution/attribution.txt @@ -29,4 +30,4 @@ jobs: author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> branch: ci/oss_attribution title: Update OSS Attribution - body: Automated OSS Attribution update \ No newline at end of file + body: Automated OSS Attribution update