Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Aug 29, 2024
1 parent c0db6e1 commit 0edbfcf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup python for cwltool
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9.x'
python-version: '3.12.x'
- name: Install cwltool
run: pip install cwltool
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: 'latest'
- name: Run tests
id: run-tests
uses: common-workflow-lab/run-tests@v1
Expand Down

0 comments on commit 0edbfcf

Please sign in to comment.