Skip to content

Commit 1589466

Browse files
committed
Fix node version to 18.20.5
Specify node version before --freeze-installed
1 parent 7eb2bea commit 1589466

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.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.30.0
44+
nodejs=18.20.5
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)