diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-16 23:38:34 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-16 23:42:01 -0500 |
| commit | 6fed9550030c2f6a0cf4845eea9f4273e6c83c00 (patch) | |
| tree | 95091a404f2ca498c6fb591e3665ef3d7c8d2cfe /.github | |
| parent | 9326f27aa39699b0c5b85eff7dadf0fa6ceda205 (diff) | |
use better npm command for GitHub workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/static.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
