Skip to content

Commit 1fff090

Browse files
committed
Update README
1 parent 42f1113 commit 1fff090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
# setup CWL runner
1212
- uses: actions/checkout@v2
1313
- name: Setup python for cwltool
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@v4
1515
with:
1616
python-version: '3.9.x'
1717
- name: Install cwltool
1818
run: pip install cwltool
19-
- uses: actions/setup-node@v2
19+
- uses: actions/setup-node@v3
2020
with:
21-
node-version: '14.x'
21+
node-version: '18.x'
2222

2323
- name: Run conformance tests
2424
id: run-conformance

0 commit comments

Comments
 (0)