Skip to content

Commit e195d8f

Browse files
authored
Merge pull request #810 from jupyter-lsp/drop-node-12
Increase minimum Node.js to 14.0
2 parents b895b4e + 823acbd commit e195d8f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/job.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ jobs:
228228
include:
229229
# if using 3.7, use newer node, etc...
230230
- python: '3.7'
231-
# Node 12 end-of-life: April 2022
232-
nodejs: '>=12,<13.0.0.a0'
231+
# Node 14 end-of-life: April 2023
232+
nodejs: '>=14,<15.0.0.a0'
233233
r: '<4'
234234
lab: '>=3.1.0,<3.2'
235235
- python: '3.10'

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Thank you for all your contributions :heart:
3131

3232
Development requires, at a minimum:
3333

34-
- `nodejs >=12,!=13,!=15,<17`
34+
- `nodejs >=14,!=15,<17`
3535
- `python >=3.7,<3.11.0a0`
3636
- Python 3.7 and 3.10 are fully tested on CI
3737
- Python 3.7 to 3.10 and PyPy 3 are verified to at least install and import

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- jupyter_server >=1.1.2
1212
- retrolab >=0.3.0,<0.4
1313
# build dependencies
14-
- nodejs >=12,!=13,!=15,<17
14+
- nodejs >=14,!=15,<17
1515
# for python language server (and development)
1616
- flake8 >=3.5
1717
- pip

docs/rtd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- importlib_metadata
1010
- jupyterlab >=3.1.0,<4.0.0a0
1111
- myst-nb
12-
- nodejs >=12,!=13,!=15,<17
12+
- nodejs >=14,!=15,<17
1313
- pandas
1414
- pip
1515
- pytest-check-links

0 commit comments

Comments
 (0)