Skip to content

Commit

Permalink
Update pipeline-tests.yml to use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralVerity authored May 22, 2024
1 parent cd28963 commit 451c505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
matrix:
os: ["ubuntu-latest", "macos-latest"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v4
with:
environment-file: environment.yml
activate-environment: analysis_env
Expand Down

0 comments on commit 451c505

Please sign in to comment.