Skip to content

Commit 7a98070

Browse files
committed
npm
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent f8c131f commit 7a98070

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ build:
1414
# rust: "1.70"
1515
# golang: "1.20"
1616
jobs:
17+
install:
18+
- npm install -g npm@latest
1719
pre_build:
1820
- npm i --ignore-scripts --loglevel=silly
1921
- npm run -- dev-setup:tools:docs-gen --ignore-scripts --loglevel=silly
@@ -31,7 +33,3 @@ formats:
3133
python:
3234
install:
3335
- requirements: docs/requirements.txt
34-
35-
nodejs:
36-
install:
37-
- npm install -g npm@latest

0 commit comments

Comments
 (0)