Skip to content

Commit

Permalink
chore: fix WebKit for Playwright 1.20 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Mar 14, 2022
1 parent a355967 commit 3bdd73c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,7 @@ const DEPENDENCIES = {
'libxkbcommon0',
'libxml2',
'libxslt1.1',
'libopengl0',
],
},
};
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ const DEPENDENCIES = {
'libxkbcommon0',
'libxml2',
'libxslt1.1',
'libopengl0',
],
},
};
Expand Down

0 comments on commit 3bdd73c

Please sign in to comment.