Skip to content

Commit b53e5a3

Browse files
committed
Specify nodejs before freeze-installed
and fix version to 18.17.1
1 parent 6188cd7 commit b53e5a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
create-args: >-
4242
python=${{ matrix.python-version }}
4343
cmake=3.28.3
44+
nodejs=18.17.1
4445
4546
- name: Install Windows Conda Packages
4647
if: contains(matrix.os, 'windows')
@@ -50,7 +51,7 @@ jobs:
5051
- name: Install Linux / macOS Conda Packages
5152
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
5253
shell: bash -e -l {0}
53-
run: micromamba install --freeze-installed bison=3.4 nodejs=18
54+
run: micromamba install --freeze-installed bison=3.4
5455

5556
- name: Conda info
5657
shell: bash -e -l {0}

0 commit comments

Comments
 (0)