From 6fed9550030c2f6a0cf4845eea9f4273e6c83c00 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 16 Jan 2023 23:38:34 -0500 Subject: [PATCH] use better npm command for GitHub workflow --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 1f8af4ea..c8b3ea6d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -18,7 +18,7 @@ jobs: - run: sudo apt-get update - run: sudo apt-get -y install libxml2-utils yajl-tools moreutils zopfli - - run: npm install + - run: npm ci --ignore-scripts - run: 'pip install --require-hashes --only-binary :all: -r requirements.txt' - name: process static