mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
npm ci to check node_modules
This commit is contained in:
parent
d9dede6578
commit
2b9a93deb0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update-oss-attribution.yml
vendored
3
.github/workflows/update-oss-attribution.yml
vendored
|
@ -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
|
||||
body: Automated OSS Attribution update
|
||||
|
|
Loading…
Reference in a new issue