mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-11-30 00:57:55 +08:00
chore(deps): bump puppeteer from 16.2.0 to 17.0.0 (#10651)
* chore(deps): bump puppeteer from 16.2.0 to 17.0.0 Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 16.2.0 to 17.0.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v16.2.0...v17.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> * chore: misc fix Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,7 @@ const files = ['lib/index.js', 'api/vercel.js'].map((file) => path.join(projectR
|
||||
console.log('Start analyzing, project root:', projectRoot);
|
||||
const { fileList: fileSet } = await nodeFileTrace(files, {
|
||||
base: projectRoot,
|
||||
fileIOConcurrency: 2048,
|
||||
});
|
||||
let fileList = Array.from(fileSet);
|
||||
console.log('Total touchable files:', fileList.length);
|
||||
|
||||
Reference in New Issue
Block a user