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 24, 2025
1 parent 78dd19d commit 30a79c4
Show file tree
Hide file tree
Showing 2 changed files with 3 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
3 changes: 2 additions & 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 All @@ -55,6 +55,7 @@ help:
@ echo
@ printf '\033[36m reset \033[00m Reset the build system\n'

.PHONY: $(NODE)
$(NODE):
$(PIP) install nodeenv
$(NODEENV) --python-virtualenv --node=$(NODEJS_VERSION)
Expand Down

0 comments on commit 30a79c4

Please sign in to comment.