Skip to content

Commit 7db16bc

Browse files
authored
MAINT - Bump node version (22.x) (#1993)
We currently use `node.js 16` for PST, which has long been out of LTS. This PR bumps node to v22, which is the _Current_ version and will soon be moved to _Active_. Ref: https://nodejs.org/en/about/previous-releases
1 parent 2a035bf commit 7db16bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
build-backend = "sphinx_theme_builder"
66

77
[tool.sphinx-theme-builder]
8-
node-version = "16.13.2"
8+
node-version = "22.9.0"
99
theme-name = "pydata_sphinx_theme"
1010
additional-compiled-static-assets = [
1111
"webpack-macros.html",

0 commit comments

Comments
 (0)