We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5e301 commit 5b24809Copy full SHA for 5b24809
1 file changed
.github/workflows/CI.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Install Linux / macOS Conda Packages
52
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
53
shell: bash -e -l {0}
54
- run: conda install bison=3.4
+ run: conda install bison=3.4 nodejs=18
55
56
- name: Conda info
57
0 commit comments