mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-02-01 07:10:55 +03:00
simplify workflows, use cache
This commit is contained in:
3
.github/workflows/generate-sqlite-base.yml
vendored
3
.github/workflows/generate-sqlite-base.yml
vendored
@@ -18,7 +18,8 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- run: npm install
|
||||
cache: npm
|
||||
- run: npm ci
|
||||
- name: Set config
|
||||
run: |
|
||||
echo '{"mode": "init-db-and-exit"}' > config.json
|
||||
|
||||
Reference in New Issue
Block a user