Skip to content

Commit

Permalink
Use node 20 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dellaert committed Jul 18, 2024
1 parent 4d877ca commit ffa028d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Activate conda env with conda.lock
if: env.CONDA_LOCK == 'true'
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: false
auto-activate-base: false
Expand All @@ -32,7 +32,7 @@ jobs:

- name: Activate conda env with environment.yml
if: env.CONDA_LOCK == 'false'
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: false
auto-activate-base: false
Expand Down

0 comments on commit ffa028d

Please sign in to comment.