[wp-trac] [WordPress Trac] #58863: Update/Audit NPM Dependencies for 6.4
WordPress Trac
noreply at wordpress.org
Fri Sep 22 13:55:29 UTC 2023
#58863: Update/Audit NPM Dependencies for 6.4
------------------------------+-----------------------
Reporter: desrosj | Owner: desrosj
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 6.4
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
------------------------------+-----------------------
Comment (by desrosj):
In [changeset:"56659" 56659]:
{{{
#!CommitTicketReference repository="" revision="56659"
Build/Test Tools: Update the environment variable for skipping browser
binaries.
This changes the environment variable used in GitHub Action workflows to
skip downloading the browser binary that’s a peer dependency when it’s not
needed.
In [56647], the version of `puppeteer` peer-dependency was bumped to `>=
20.0.0`. Starting in version `20.0.0`, puppeteer switched to using Chrome
for testing instead of Chromium. With this release, the
`PUPPETEER_SKIP_CHROMIUM_DOWNLOAD` environment variable was removed in
favor of the more generic `PUPPETEER_SKIP_DOWNLOAD`.
All workflows that do not need a browser binary now contain the correct
`PUPPETEER_SKIP_CHROMIUM_DOWNLOAD` variable.
Follow up to [56647].
See #58863.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58863#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list