From ce6e11e127950a4730f541d9b70011d8194bdedc Mon Sep 17 00:00:00 2001 From: Fabien Lelaquais Date: Fri, 27 Jan 2023 12:11:46 +0100 Subject: [PATCH] Use npm 9.4 --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 53cc840a1..5425b21e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,6 +11,7 @@ build: nodejs: "18" jobs: pre_install: + - npm install -g npm@9.4.0 - python tools/fetch_source_files.py MKDOCS - pip install pipenv - pipenv install --dev