Skip to content

v4.4.14

Choose a tag to compare

@github-actions github-actions released this 10 Sep 20:19
ebde3f9
4.4.14 (#61)

* 4.4.14

* Update dependencies and enhance CI/CD scripts

- Added Playwright and semver as dependencies in package.json and package-lock.json.
- Updated GitHub Actions workflow to install specific Playwright browsers (chromium, firefox, webkit).
- Introduced a new safe-prepare.js script to handle missing dependencies gracefully during CI/CD processes.

* Refactor Playwright setup in CI/CD and update package dependencies

- Changed Playwright dependency to @playwright/test in package.json.
- Updated GitHub Actions workflow to use the microsoft/playwright-github-action for browser setup.
- Simplified browser installation command to only include chromium.