Skip to content

Commit

Permalink
CI: Conda install nodejs=18
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaikh-Ubaid committed Apr 26, 2024
1 parent 7d5e301 commit 5b24809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Linux / macOS Conda Packages
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
shell: bash -e -l {0}
run: conda install bison=3.4
run: conda install bison=3.4 nodejs=18

- name: Conda info
shell: bash -e -l {0}
Expand Down

0 comments on commit 5b24809

Please sign in to comment.