Skip to content

Commit

Permalink
fix: missing cli file
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed Jul 1, 2024
1 parent f0d946e commit 741f0ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion playwright-ct-web/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
module.exports = require('@playwright/experimental-ct-core/cli');
const { program } = require('@playwright/experimental-ct-core/lib/program');

program.parse(process.argv);
2 changes: 1 addition & 1 deletion playwright-ct-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/sand4rt/playwright-ct-web/issues"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"author": {
"name": "sand4rt"
Expand Down

0 comments on commit 741f0ad

Please sign in to comment.