File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -221,8 +221,9 @@ jobs:
221
221
# Node 14 end-of-life: April 2023
222
222
nodejs : ' >=14,<15.0.0.a0'
223
223
- python : 3.8
224
- # Node 16 end-of-life: April 2024
225
- nodejs : ' >=16,<17.0.0.a0'
224
+ # TODO: switch to Node 16 once gets merged https://github.com/conda-forge/nodejs-feedstock/pull/189
225
+ # Node 15 end-of-life: June 2021
226
+ nodejs : ' >=15,<16.0.0.a0'
226
227
# TODO: remove when mambaforge just works on setup-miniconda
227
228
- os : ubuntu
228
229
mambaforge : Linux-x86_64.sh
Original file line number Diff line number Diff line change 9
9
- add auto-detection of pyright server ([ #587 ] , thanks @yuntan )
10
10
11
11
- bug fixes:
12
+
12
13
- workaround url-parse issue causing problems when using JupyterLab 3.0.15 ([ #599 ] )
13
14
14
15
- other changes:
15
- - drop Node 10 (EOL 2 weeks ago) testing on CI, add Node 16 ([ #587 ] )
16
+ - drop Node 10 (EOL 2 weeks ago) testing on CI, add Node 15 ([ #587 ] )
16
17
17
18
[ #586 ] : https://github.com/krassowski/jupyterlab-lsp/pull/586
18
19
[ #587 ] : https://github.com/krassowski/jupyterlab-lsp/pull/587
You can’t perform that action at this time.
0 commit comments