Skip to content

Commit

Permalink
MAINT - Bump node version (22.x) (pydata#1993)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
trallard authored Nov 4, 2024
1 parent 2a035bf commit 7db16bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
build-backend = "sphinx_theme_builder"

[tool.sphinx-theme-builder]
node-version = "16.13.2"
node-version = "22.9.0"
theme-name = "pydata_sphinx_theme"
additional-compiled-static-assets = [
"webpack-macros.html",
Expand Down

0 comments on commit 7db16bc

Please sign in to comment.