Skip to content

Commit 3554566

Browse files
committed
Drop Node.js 10 testing on CI, add 16
1 parent a3b858c commit 3554566

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.github/workflows/job.test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@ jobs:
214214
include:
215215
# if using 3.6, use an old node
216216
- python: 3.6
217-
# Node 10 end-of-life: April 2021
218-
nodejs: '>=10,<11.0.0.a0'
219-
# if using 3.7, use newer node, etc...
220-
- python: 3.7
221217
# Node 12 end-of-life: April 2022
222218
nodejs: '>=12,<13.0.0.a0'
223-
- python: 3.8
219+
# if using 3.7, use newer node, etc...
220+
- python: 3.7
224221
# Node 14 end-of-life: April 2023
225222
nodejs: '>=14,<15.0.0.a0'
223+
- python: 3.8
224+
# Node 16 end-of-life: April 2024
225+
nodejs: '>=16,<17.0.0.a0'
226226
# TODO: remove when mambaforge just works on setup-miniconda
227227
- os: ubuntu
228228
mambaforge: Linux-x86_64.sh

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@
66

77
- add ability to deactivate Kernel completions or LSP completion through the settings ([#586], thanks @Carreau)
88
- allow to set a priority for LSP server, allowing to choose which server to use when multiple servers are installed ([#588])
9+
- add auto-detection of pyright server ([#587], thanks @yuntan)
910

1011
- bug fixes:
11-
- workaround url-parse issue causing problems when using JupyterLab 3.0.15 [#599]
12+
- workaround url-parse issue causing problems when using JupyterLab 3.0.15 ([#599])
13+
14+
- other changes:
15+
- drop Node 10 (EOL 2 weeks ago) testing on CI, add Node 16 ([#587])
1216

1317
[#586]: https://github.com/krassowski/jupyterlab-lsp/pull/586
18+
[#587]: https://github.com/krassowski/jupyterlab-lsp/pull/587
1419
[#588]: https://github.com/krassowski/jupyterlab-lsp/pull/588
1520
[#599]: https://github.com/krassowski/jupyterlab-lsp/pull/599
1621

0 commit comments

Comments
 (0)