diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c33c303351..25765065bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ permissions: jobs: main: - runs-on: depot-ubuntu-24.04-arm-8 + runs-on: depot-ubuntu-24.04-8 steps: - uses: actions/checkout@v4 with: @@ -29,6 +29,3 @@ jobs: - name: build run: npx nx run @zitadel/docs:build - env: - NODE_OPTIONS: "--max-old-space-size=8192" - DEBUG: "docusaurus:*" diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 86c92bf107..16e7be9878 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -460,16 +460,7 @@ module.exports = { '@docusaurus/theme-mermaid', ], future: { - v4: true, // Disabled because of some problems related to https://github.com/facebook/docusaurus/issues/11040 - experimental_faster: { - swcJsLoader: true, // Disabled because of memory usage > 8GB which is a problem on vercel default runners - swcJsMinimizer: true, - swcHtmlMinimizer: true, - lightningCssMinimizer: true, - mdxCrossCompilerCache: true, - ssgWorkerThreads: true, // Disabled because of some problems related to https://github.com/facebook/docusaurus/issues/11040 - rspackBundler: true, - rspackPersistentCache: true, - }, + v4: true, + experimental_faster: true }, };