monaco-editor/website
Henning Dieterichs dd6bdfe8da
Fixes https://github.com/microsoft/monaco-editor/issues/4799 (#4895)
* 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>
2025-05-08 16:19:05 +00:00
..
index/samples move example to where CI says it should be 2024-03-29 16:08:30 +00:00
scripts Sets tsc target to fix playground compile issues 2023-04-04 11:00:31 +02:00
src Fixes https://github.com/microsoft/monaco-editor/issues/4799 (#4895) 2025-05-08 16:19:05 +00:00
static removing editor.main.nls.js 2024-08-26 16:18:53 +02:00
typedoc Restructures out and release folders. 2023-02-22 17:39:35 +01:00
.gitignore Rewrites website 2023-02-10 10:56:53 +01:00
.prettierrc.json Rewrites website 2023-02-10 10:56:53 +01:00
package.json Revert mobx upgrade to fix website. 2025-02-04 10:25:22 +01:00
tsconfig.json Adds web editor support to playground 2024-05-03 11:33:01 +02:00
tslint.json Rewrites website 2023-02-10 10:56:53 +01:00
vscode-web-editors.tgz Adds web editor support to playground 2024-05-03 11:33:01 +02:00
webpack.config.ts Fixes dev issue caused by sandboxed iframe. 2023-02-28 15:44:40 +01:00
yarn.lock Revert mobx upgrade to fix website. 2025-02-04 10:25:22 +01:00