Skip to content

Commit

Permalink
Upgrade @percy/cli version (#1721)
Browse files Browse the repository at this point in the history
This PR upgrades the @percy/cli version from a beta version to the latest (v1.0.7).

NOTE: There were 2 breaking changes:
- Node versions older than node 14 are no longer supported. So, running `npm ci` using node 12 on the SDK would now break
- They moved packages to ESM, so a package (`serve-handler`) needed to be added as a `devDependency` for it's `require` statement in `snapshots.js` to work

J=SLAP-2045
TEST=manual

Checked that the Percy snapshots are still generated correctly.
  • Loading branch information
nmanu1 authored and oshi97 committed Apr 19, 2022
1 parent bf93c7f commit 34159ee
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 968 deletions.
Loading

0 comments on commit 34159ee

Please sign in to comment.