mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
* Fixes https://github.com/microsoft/monaco-editor/issues/4799 * updates ubuntu version * Update ci.yml This change pins the GitHub Actions runner to Ubuntu 22.04 instead of the default ubuntu-latest (currently 24.04) because Playwright's install-deps script is not yet compatible with Ubuntu 24.04. Several packages it tries to install—such as libasound2, libffi7, and libx264-163—have been removed, renamed, or replaced in 24.04, causing the dependency installation to fail and the CI job to exit with an error. Ubuntu 22.04 remains fully supported by Playwright and ensures a stable, consistent environment for browser testing and dependency management until 24.04 compatibility is added upstream. --------- Co-authored-by: Megan Rogge <megan.rogge@microsoft.com> |
||
|---|---|---|
| .. | ||
| index/samples | ||
| scripts | ||
| src | ||
| static | ||
| typedoc | ||
| .gitignore | ||
| .prettierrc.json | ||
| package.json | ||
| tsconfig.json | ||
| tslint.json | ||
| vscode-web-editors.tgz | ||
| webpack.config.ts | ||
| yarn.lock | ||