Skip to content

Commit

Permalink
Update GHA steps (#110)
Browse files Browse the repository at this point in the history
Update to node 20 steps
  • Loading branch information
tayden committed May 7, 2024
1 parent 6f60378 commit a816072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: sed -i "s/0.0.0/${{ env.tag }}/g" kelp_o_matic/__init__.py

- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ inputs.python-version }}
mamba-version: "*"
Expand Down

0 comments on commit a816072

Please sign in to comment.