Skip to main content

Deploy details

Your deploy failed due to an error

Deploy failed for contentsgarten

fix(deps): update dependency @astrojs/node to v9 (#369) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@astrojs/node](https://docs.astro.build/en/guides/integrations-guide/node/) ([source](https://redirect.github.com/withastro/adapters/tree/HEAD/packages/node)) | [`^6.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/@astrojs%2fnode/6.1.0/9.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@astrojs%2fnode/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@astrojs%2fnode/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@astrojs%2fnode/6.1.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@astrojs%2fnode/6.1.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>withastro/adapters (@&#8203;astrojs/node)</summary> ### [`v9.0.0`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#900) [Compare Source](https://redirect.github.com/withastro/adapters/compare/@astrojs/node@8.3.4...@astrojs/node@9.0.0) ##### Major Changes - [#&#8203;375](https://redirect.github.com/withastro/adapters/pull/375) [`e7881f7`](https://redirect.github.com/withastro/adapters/commit/e7881f7928c6ca62d43c763033f9ed065a907f3b) Thanks [@&#8203;Princesseuh](https://redirect.github.com/Princesseuh)! - Updates internal code to works with Astro 5 changes to hybrid rendering. No changes are necessary to your project, apart from using Astro 5 - [#&#8203;397](https://redirect.github.com/withastro/adapters/pull/397) [`776a266`](https://redirect.github.com/withastro/adapters/commit/776a26670cf483e37ec0e6eba27a0bde09db0146) Thanks [@&#8203;Princesseuh](https://redirect.github.com/Princesseuh)! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release. Starting from this release, no breaking changes will be introduced unless absolutely necessary. To learn how to upgrade, check out the [Astro v5.0 upgrade guide in our beta docs site](https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/). - [#&#8203;392](https://redirect.github.com/withastro/adapters/pull/392) [`3a49eb7`](https://redirect.github.com/withastro/adapters/commit/3a49eb7802c44212ccfab06034b7dc5f2b060e94) Thanks [@&#8203;Princesseuh](https://redirect.github.com/Princesseuh)! - Updates internal code for Astro 5 changes. No changes is required to your project, apart from using Astro 5 - [#&#8203;451](https://redirect.github.com/withastro/adapters/pull/451) [`167b369`](https://redirect.github.com/withastro/adapters/commit/167b369a0a1612c792af8846f6ea167e999e1abb) Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - Updates `send` dependency to v1.1.0 ##### Minor Changes - [#&#8203;385](https://redirect.github.com/withastro/adapters/pull/385) [`bb725b7`](https://redirect.github.com/withastro/adapters/commit/bb725b7a430a01a3cd197e3e84381be4fa0c945c) Thanks [@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Cleans up `astro:env` support ### [`v8.3.4`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#834) ##### Patch Changes - [#&#8203;398](https://redirect.github.com/withastro/adapters/pull/398) [`0cf7e91`](https://redirect.github.com/withastro/adapters/commit/0cf7e912607fcd76072bf710b8f857dc8cc07a33) Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Updates `send` dependency to 0.19.0 ### [`v8.3.3`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#833) ##### Patch Changes - [#&#8203;11535](https://redirect.github.com/withastro/astro/pull/11535) [`932bd2e`](https://redirect.github.com/withastro/astro/commit/932bd2eb07f1d7cb2c91e7e7d31fe84c919e302b) Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! - Move polyfills up before awaiting the env module in the Node.js adapter. Previously the env setting was happening before the polyfills were applied. This means that if the Astro env code (or any dependencies) depended on `crypto`, it would not be polyfilled in time. Polyfills should be applied ASAP to prevent races. This moves it to the top of the Node adapter. ### [`v8.3.2`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#832) ##### Patch Changes - [#&#8203;11296](https://redirect.github.com/withastro/astro/pull/11296) [`5848d97`](https://redirect.github.com/withastro/astro/commit/5848d9786768d1290de982670bcc7773280ef08d) Thanks [@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes `astro:env` getSecret compatibility ### [`v8.3.1`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#831) ##### Patch Changes - [#&#8203;11261](https://redirect.github.com/withastro/astro/pull/11261) [`f5f8ed2`](https://redirect.github.com/withastro/astro/commit/f5f8ed275b76adfb11b7c3c1e800753a25416498) Thanks [@&#8203;matthewp](https://redirect.github.com/matthewp)! - Fix backwards compat with Astro <= 4.9 - [#&#8203;11263](https://redirect.github.com/withastro/astro/pull/11263) [`7d59750`](https://redirect.github.com/withastro/astro/commit/7d597506615fa5a34327304e8321be7b9c4b799d) Thanks [@&#8203;wackbyte](https://redirect.github.com/wackbyte)! - Refactor to use Astro's integration logger for logging ### [`v8.3.0`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#830) ##### Minor Changes - [#&#8203;11199](https://redirect.github.com/withastro/astro/pull/11199) [`2bdca27`](https://redirect.github.com/withastro/astro/commit/2bdca27ff4002efd330667b0b4ca3e00d5b7a2db) Thanks [@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Adds support for experimental `astro:env` released in Astro 4.10 ### [`v8.2.6`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#826) ##### Patch Changes - [#&#8203;11202](https://redirect.github.com/withastro/astro/pull/11202) [`d0248bc`](https://redirect.github.com/withastro/astro/commit/d0248bc083dff713b66d44bcefbf389cdf67e22d) Thanks [@&#8203;dkobierski](https://redirect.github.com/dkobierski)! - Fixes suppressed logs when error occurs ### [`v8.2.5`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#825) ##### Patch Changes - [#&#8203;10491](https://redirect.github.com/withastro/astro/pull/10491) [`28e33a2f9c04373eae5da2e6edb0dc2981bce790`](https://redirect.github.com/withastro/astro/commit/28e33a2f9c04373eae5da2e6edb0dc2981bce790) Thanks [@&#8203;castarco](https://redirect.github.com/castarco)! - Fixes a bug where the preview server wrongly appends trailing slashes to subresource URLs. ### [`v8.2.4`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#824) ##### Patch Changes - [#&#8203;10454](https://redirect.github.com/withastro/astro/pull/10454) [`83f9105cd50e2756d02ca2be73ab84f9d582d3f8`](https://redirect.github.com/withastro/astro/commit/83f9105cd50e2756d02ca2be73ab84f9d582d3f8) Thanks [@&#8203;lilnasy](https://redirect.github.com/lilnasy)! - Prevents crashes caused by rejections of offshoot promises. ### [`v8.2.3`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#823) ##### Patch Changes - [#&#8203;10285](https://redirect.github.com/withastro/astro/pull/10285) [`d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f`](https://redirect.github.com/withastro/astro/commit/d5277df5a4d1e9a8a7b6c8d7b87912e13a163f7f) Thanks [@&#8203;Princesseuh](https://redirect.github.com/Princesseuh)! - Fixes an issue where malformed requests could cause the server to error in certain cases. ### [`v8.2.2`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#822) ##### Patch Changes - [#&#8203;10282](https://redirect.github.com/withastro/astro/pull/10282) [`b47dcaa25968ec85ba96fce23381c94a94e389f6`](https://redirect.github.com/withastro/astro/commit/b47dcaa25968ec85ba96fce23381c94a94e389f6) Thanks [@&#8203;SatanshuMishra](https://redirect.github.com/SatanshuMishra)! - Fixes the `server.host` option to properly listen on all network interfaces when set to `true` ### [`v8.2.1`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#821) ##### Patch Changes - [#&#8203;10208](https://redirect.github.com/withastro/astro/pull/10208) [`8cd38f02456640c063552aef00b2b8a216b3935d`](https://redirect.github.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d) Thanks [@&#8203;log101](https://redirect.github.com/log101)! - Fixes custom headers are not added to the Node standalone server responses in preview mode ### [`v8.2.0`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#820) ##### Minor Changes - [#&#8203;9143](https://redirect.github.com/withastro/astro/pull/9143) [`041fdd5c89920f7ccf944b095f29e451f78b0e28`](https://redirect.github.com/withastro/astro/commit/041fdd5c89920f7ccf944b095f29e451f78b0e28) Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - Adds experimental support for internationalization domains ### [`v8.1.0`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#810) ##### Minor Changes - [#&#8203;9080](https://redirect.github.com/withastro/astro/pull/9080) [`a12196d6b59e39f5d405734ecdbf6f6b42b39a93`](https://redirect.github.com/withastro/astro/commit/a12196d6b59e39f5d405734ecdbf6f6b42b39a93) Thanks [@&#8203;msxdan](https://redirect.github.com/msxdan)! - Add trailingSlash support to NodeJS adapter ### [`v8.0.0`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#800) ##### Major Changes - [#&#8203;9661](https://redirect.github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](https://redirect.github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05) Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - If host is unset in standalone mode, the server host will now fallback to `localhost` instead of `127.0.0.1`. When `localhost` is used, the operating system can decide to use either `::1` (ipv6) or `127.0.0.1` (ipv4) itself. This aligns with how the Astro dev and preview server works by default. If you relied on `127.0.0.1` (ipv4) before, you can set the `HOST` environment variable to `127.0.0.1` to explicitly use ipv4. For example, `HOST=127.0.0.1 node ./dist/server/entry.mjs`. - [#&#8203;9661](https://redirect.github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](https://redirect.github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05) Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - **Breaking**: Minimum required Astro version is now 4.2.0. Reorganizes internals to be more maintainable. ##### Patch Changes - [#&#8203;9661](https://redirect.github.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](https://redirect.github.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05) Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where the preview server appeared to be ready to serve requests before binding to a port. ### [`v7.0.4`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#704) ##### Patch Changes - [#&#8203;9533](https://redirect.github.com/withastro/astro/pull/9533) [`48f47b50a0f8bc0fa51760215def36640f79050d`](https://redirect.github.com/withastro/astro/commit/48f47b50a0f8bc0fa51760215def36640f79050d) Thanks [@&#8203;lilnasy](https://redirect.github.com/lilnasy)! - Fixes a bug where an error while serving response stopped the server. ### [`v7.0.3`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#703) ##### Patch Changes - [#&#8203;9479](https://redirect.github.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://redirect.github.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@&#8203;sarah11918](https://redirect.github.com/sarah11918)! - Updates README ### [`v7.0.2`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#702) ##### Patch Changes - [#&#8203;9471](https://redirect.github.com/withastro/astro/pull/9471) [`6bf470cfb`](https://redirect.github.com/withastro/astro/commit/6bf470cfb87e853c0a1f69bceb09246801bc8bdc) Thanks [@&#8203;alexnguyennz](https://redirect.github.com/alexnguyennz)! - Fix typo in [@&#8203;astrojs/node](https://redirect.github.com/astrojs/node) README ### [`v7.0.1`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#701) ##### Patch Changes - [#&#8203;9366](https://redirect.github.com/withastro/astro/pull/9366) [`1b4e91898`](https://redirect.github.com/withastro/astro/commit/1b4e91898116f75b02b66ec402385cf44e559118) Thanks [@&#8203;lilnasy](https://redirect.github.com/lilnasy)! - Updates NPM package to refer to the stable Astro version instead of a beta. ### [`v7.0.0`](https://redirect.github.com/withastro/adapters/blob/HEAD/packages/node/CHANGELOG.md#700) ##### Major Changes - [#&#8203;9199](https://redirect.github.com/withastro/astro/pull/9199) [`49aa215a0`](https://redirect.github.com/withastro/astro/commit/49aa215a01ee1c4805316c85bb0aea6cfbc25a31) Thanks [@&#8203;lilnasy](https://redirect.github.com/lilnasy)! - The internals of the integration have been updated to support Astro 4.0. Make sure to upgrade your Astro version as Astro 3.0 is no longer supported. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/creatorsgarten/contentsgarten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Production: main@349db07

Deploy log

Initializing

Failed
10:51:17 PM: Build ready to start
10:51:29 PM: build-image version: 92f088c58b398b4ea0fe23a49753d86a87399079 (focal)
10:51:29 PM: buildbot version: 92f088c58b398b4ea0fe23a49753d86a87399079
10:51:29 PM: Fetching cached dependencies
10:51:29 PM: Starting to download cache of 640.8MB
10:51:32 PM: Finished downloading cache in 2.217s
10:51:32 PM: Starting to extract cache
10:52:17 PM: Finished extracting cache in 45.29s
10:52:17 PM: Finished fetching cache in 47.581s
10:52:17 PM: Starting to prepare the repo for build
10:52:17 PM: Preparing Git Reference refs/heads/main
10:52:19 PM: Custom publish path detected. Proceeding with the specified path: 'contentsgarten.netlify.app/public'
10:52:19 PM: Custom functions path detected. Proceeding with the specified path: 'contentsgarten.netlify.app/.netlify/functions-internal'
10:52:19 PM: Custom build command detected. Proceeding with the specified command: 'pnpm run build --filter=contentsgarten-web'
10:52:20 PM: Starting to install dependencies
10:52:20 PM: Started restoring cached mise cache
10:52:21 PM: Finished restoring cached mise cache
10:52:22 PM: mise python@3.13.1 install
10:52:22 PM: mise python@3.13.1 download cpython-3.13.1+20241206-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
10:52:22 PM: mise python@3.13.1 extract cpython-3.13.1+20241206-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
10:52:23 PM: mise python@3.13.1 python --version
10:52:23 PM: mise python@3.13.1 Python 3.13.1
10:52:23 PM: mise python@3.13.1 installed
10:52:23 PM: Python version set to 3.13
10:52:25 PM: Collecting pipenv
10:52:25 PM: Downloading pipenv-2024.4.0-py3-none-any.whl.metadata (19 kB)
10:52:25 PM: Collecting certifi (from pipenv)
10:52:25 PM: Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)
10:52:25 PM: Collecting packaging>=22 (from pipenv)
10:52:25 PM: Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
10:52:25 PM: Collecting setuptools>=67 (from pipenv)
10:52:25 PM: Downloading setuptools-75.6.0-py3-none-any.whl.metadata (6.7 kB)
10:52:25 PM: Collecting virtualenv>=20.24.2 (from pipenv)
10:52:25 PM: Downloading virtualenv-20.28.0-py3-none-any.whl.metadata (4.4 kB)
10:52:25 PM: Collecting distlib<1,>=0.3.7 (from virtualenv>=20.24.2->pipenv)
10:52:25 PM: Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
10:52:25 PM: Collecting filelock<4,>=3.12.2 (from virtualenv>=20.24.2->pipenv)
10:52:25 PM: Downloading filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB)
10:52:25 PM: Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.24.2->pipenv)
10:52:25 PM: Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
10:52:26 PM: Downloading pipenv-2024.4.0-py3-none-any.whl (3.0 MB)
10:52:26 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 23.3 MB/s eta 0:00:00
10:52:26 PM: Downloading packaging-24.2-py3-none-any.whl (65 kB)
10:52:26 PM: Downloading setuptools-75.6.0-py3-none-any.whl (1.2 MB)
10:52:26 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 6.3 MB/s eta 0:00:00
10:52:26 PM: Downloading virtualenv-20.28.0-py3-none-any.whl (4.3 MB)
10:52:26 PM: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 128.8 MB/s eta 0:00:00
10:52:26 PM: Downloading certifi-2024.12.14-py3-none-any.whl (164 kB)
10:52:26 PM: Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
10:52:26 PM: Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
10:52:26 PM: Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
10:52:26 PM: Installing collected packages: distlib, setuptools, platformdirs, packaging, filelock, certifi, virtualenv, pipenv
10:52:29 PM: Successfully installed certifi-2024.12.14 distlib-0.3.9 filelock-3.16.1 packaging-24.2 pipenv-2024.4.0 platformdirs-4.3.6 setuptools-75.6.0 virtualenv-20.28.0
10:52:30 PM: Attempting Ruby version 2.7.2, read from environment
10:52:30 PM: Using Ruby version 2.7.2
10:52:31 PM: Started restoring cached go cache
10:52:31 PM: Finished restoring cached go cache
10:52:31 PM: Installing Go version 1.17 (requested 1.17)
10:52:40 PM: go version go1.17 linux/amd64
10:52:41 PM: Using PHP version 8.0
10:52:42 PM: Started restoring cached Node.js version
10:52:44 PM: Finished restoring cached Node.js version
10:52:44 PM: v16.20.2 is already installed.
10:52:45 PM: Now using node v16.20.2 (npm v8.19.4)
10:52:45 PM: Enabling Node.js Corepack
10:52:45 PM: Started restoring cached build plugins
10:52:45 PM: Finished restoring cached build plugins
10:52:45 PM: Started restoring cached corepack dependencies
10:52:45 PM: Finished restoring cached corepack dependencies
10:52:45 PM: Started restoring cached pnpm cache
10:52:45 PM: Finished restoring cached pnpm cache
10:52:46 PM: Failed during stage 'Install dependencies': dependency_installation script returned non-zero exit code: 1
10:52:46 PM: ERROR: This version of pnpm requires at least Node.js v18.12
10:52:46 PM: The current version of Node.js is v16.20.2
10:52:46 PM: Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.
10:52:46 PM: /opt/build-bin/run-build-functions.sh: line 232: [: : integer expression expected
10:52:46 PM: pnpm workspaces detected
10:52:46 PM: Started restoring workspace packages/client-utils node modules
10:52:46 PM: Finished restoring workspace packages/client-utils node modules
10:52:46 PM: Started restoring workspace packages/contentsgarten node modules
10:52:46 PM: Finished restoring workspace packages/contentsgarten node modules
10:52:46 PM: Started restoring workspace packages/html node modules
10:52:46 PM: Finished restoring workspace packages/html node modules
10:52:46 PM: Started restoring workspace packages/markdown node modules
10:52:46 PM: Finished restoring workspace packages/markdown node modules
10:52:46 PM: Started restoring workspace packages/server-utils node modules
10:52:46 PM: Finished restoring workspace packages/server-utils node modules
10:52:46 PM: Started restoring workspace contentsgarten.netlify.app node modules
10:52:46 PM: Finished restoring workspace contentsgarten.netlify.app node modules
10:52:46 PM: Started restoring workspace wiki.creatorsgarten.org node modules
10:52:46 PM: Finished restoring workspace wiki.creatorsgarten.org node modules
10:52:46 PM: Started restoring workspace wiki.wonderful.software node modules
10:52:46 PM: Finished restoring workspace wiki.wonderful.software node modules
10:52:46 PM: Started restoring workspace root node modules
10:52:46 PM: Finished restoring workspace root node modules
10:52:46 PM: ERROR: This version of pnpm requires at least Node.js v18.12
10:52:46 PM: The current version of Node.js is v16.20.2
10:52:46 PM: Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.
10:52:46 PM: Installing npm packages using pnpm version
10:52:46 PM: ERROR: This version of pnpm requires at least Node.js v18.12
10:52:46 PM: The current version of Node.js is v16.20.2
10:52:46 PM: Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.
10:52:46 PM: Error during pnpm install
10:52:46 PM: Failing build: Failed to install dependencies

Building

Complete
10:52:47 PM: Finished processing build request in 1m17.437s

Deploying

Skipped
There is no log for this section

Cleanup

Skipped
There is no log for this section

Post-processing

Skipped
There is no log for this section