Skip to content

Commit 57b92a0

Browse files
committed
Switch to Node 15 as Node 16 is not yet on conda-forge
1 parent 3554566 commit 57b92a0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/job.test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,9 @@ jobs:
221221
# Node 14 end-of-life: April 2023
222222
nodejs: '>=14,<15.0.0.a0'
223223
- 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'
226227
# TODO: remove when mambaforge just works on setup-miniconda
227228
- os: ubuntu
228229
mambaforge: Linux-x86_64.sh

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
- add auto-detection of pyright server ([#587], thanks @yuntan)
1010

1111
- bug fixes:
12+
1213
- workaround url-parse issue causing problems when using JupyterLab 3.0.15 ([#599])
1314

1415
- 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])
1617

1718
[#586]: https://github.com/krassowski/jupyterlab-lsp/pull/586
1819
[#587]: https://github.com/krassowski/jupyterlab-lsp/pull/587

0 commit comments

Comments
 (0)