Files
RSSHub/app.json
dependabot[bot] fd05cd7585 chore(deps): bump puppeteer from 19.11.1 to 20.0.0 (#12424)
* chore(deps): bump puppeteer from 19.11.1 to 20.0.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.11.1 to 20.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.11.1...puppeteer-v20.0.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: use `PUPPETEER_SKIP_DOWNLOAD`

ref: https://github.com/puppeteer/puppeteer/pull/10054

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 03:57:04 +08:00

23 lines
560 B
JSON

{
"name": "RSSHub",
"description": "万物皆可 RSS",
"repository": "https://github.com/DIYgod/RSSHub",
"website": "https://docs.rsshub.app/",
"logo": "https://i.loli.net/2019/04/23/5cbeb7e41414c.png",
"keywords": ["RSS"],
"env": {
"NODE_MODULES_CACHE": {
"value": "false",
"required": true
},
"PORT": {
"value": "80",
"required": false
},
"PUPPETEER_SKIP_DOWNLOAD": {
"value": "1",
"required": false
}
}
}