chore: use puppeteer-core for Node version (#9832)
This commit is contained in:
parent
175362c048
commit
e5b5645a0a
@ -8,7 +8,7 @@ import {dirname, join} from 'path';
|
|||||||
import semver from 'semver';
|
import semver from 'semver';
|
||||||
import {fileURLToPath} from 'url';
|
import {fileURLToPath} from 'url';
|
||||||
import core from '@actions/core';
|
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 => {
|
const codifyAndJoinValues = values => {
|
||||||
return values
|
return values
|
||||||
|
Loading…
Reference in New Issue
Block a user