chore: use puppeteer-core for Node version (#9832)

This commit is contained in:
jrandolf 2023-03-13 11:25:03 +01:00 committed by GitHub
parent 175362c048
commit e5b5645a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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