Skip to content

Commit

Permalink
feat(testing): update puppeteer supported version ranges (#3321)
Browse files Browse the repository at this point in the history
this commit drops support for versions of puppeteer
older than v10, and adds support for versions v11 thru
v13.

BREAKING CHANGE: Requires Puppeteer v10.0.0
  • Loading branch information
alicewriteswrongs authored Apr 12, 2022
1 parent 06e65fd commit 81ab42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sys/node/node-sys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,8 @@ export function createNodeSys(c: { process?: any } = {}) {
jest: ['24.9.0', '27.4.5'],
'jest-cli': ['24.9.0', '27.4.5'],
pixelmatch: ['4.0.2', '4.0.2'],
puppeteer: ['1.19.0', '10.0.0'],
'puppeteer-core': ['1.19.0', '5.2.1'],
puppeteer: ['10.0.0', '13.5.2'],
'puppeteer-core': ['10.0.0', '13.5.2'],
'workbox-build': ['4.3.1', '4.3.1'],
});

Expand Down

0 comments on commit 81ab42f

Please sign in to comment.