Skip to content

Commit dba5790

Browse files
committed
CI: Conda install nodejs=18.13.0
1 parent 7d5e301 commit dba5790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install Linux / macOS Conda Packages
5252
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
5353
shell: bash -e -l {0}
54-
run: conda install bison=3.4
54+
run: conda install bison=3.4 nodejs=18.13.0
5555

5656
- name: Conda info
5757
shell: bash -e -l {0}

0 commit comments

Comments
 (0)