Skip to content

Commit

Permalink
Sandbox: Update build environment to use Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 27, 2025
1 parent 78dd19d commit 7ec0a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Unreleased
Thank you, @surister and @msbt.
- Added `oEmbedPy`_ and `sphinxcontrib-youtube`_ for embedding
videos from YouTube, Vimeo, and more
- Sandbox: Updated build environment to use Node.js 22

.. _JupySQL: https://jupysql.ploomber.io/
.. _MyST-NB: https://myst-nb.readthedocs.io/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ NODEENV := $(ENV_BIN)/nodeenv
DIST_DIR := .dist
PYPIRC := ~/.pypirc

NODEJS_VERSION := 18.17.0
NODEJS_VERSION := 22.13.1

# Default target
.PHONY: help
Expand Down

0 comments on commit 7ec0a6c

Please sign in to comment.