Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Nov 17, 2022
1 parent 1164411 commit 28fdf4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
# setup CWL runner
- uses: actions/checkout@v2
- name: Setup python for cwltool
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.9.x'
- name: Install cwltool
run: pip install cwltool
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '18.x'

- name: Run tests
id: run-tests
Expand Down

0 comments on commit 28fdf4f

Please sign in to comment.