Skip to content

Commit 9a9f431

Browse files
authored
Pin Node.js requirement to 22 (LTS) (#70)
1 parent 6ba062d commit 9a9f431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-materials/02-anatomy-of-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ micromamba activate jupytercon2025
7474
## gh: The GitHub CLI
7575
## copier: A tool for quickstarting an extension from a template
7676
## jinja2-time: A dependency of the official JupyterLab extension template
77-
micromamba install python pip nodejs gh "copier~=9.2" jinja2-time
77+
micromamba install python pip nodejs=22 gh "copier~=9.2" jinja2-time
7878
```
7979

8080

0 commit comments

Comments
 (0)