Skip to content

Commit 0274e02

Browse files
committed
Pin nodejs 16 for node-canvas issues
1 parent 7c6fc1f commit 0274e02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
channels: conda-forge
101101

102102
- name: Install dependencies
103-
run: mamba install python=${{ matrix.python-version }} pip yarn jupyterlab ipywidgets jupyter-packaging
103+
run: mamba install python=${{ matrix.python-version }} pip yarn jupyterlab ipywidgets jupyter-packaging nodejs=16
104104

105105
- uses: actions/download-artifact@v2
106106
with:

dev-environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ channels:
44
dependencies:
55
- pip
66
- yarn
7+
- nodejs=16
78
- jupyter-packaging
89
- jupyterlab=3
910
- ipywidgets>=7.6

0 commit comments

Comments
 (0)