diff --git a/tools/analyze_issue.mjs b/tools/analyze_issue.mjs index d80a54419cc..74e35ca3f84 100755 --- a/tools/analyze_issue.mjs +++ b/tools/analyze_issue.mjs @@ -8,7 +8,7 @@ import {dirname, join} from 'path'; import semver from 'semver'; import {fileURLToPath} from 'url'; import core from '@actions/core'; -import packageJson from '../packages/puppeteer/package.json' assert {type: 'json'}; +import packageJson from '../packages/puppeteer-core/package.json' assert {type: 'json'}; const codifyAndJoinValues = values => { return values