From 4fb1a7446d54e657579d3e52907c093bb9b0ed32 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Sun, 5 Jun 2022 07:08:21 +0000 Subject: [PATCH] Bump to the latest Node.js LTS --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 404b3d684..4ff6ef97d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["sphinx-theme-builder >= 0.2.0a10"] build-backend = "sphinx_theme_builder" [tool.sphinx-theme-builder] -node-version = "16.13.1" +node-version = "16.15.1" additional-compiled-static-assets = [ "styles/furo-extensions.css", ]