Skip to content

Commit 647cd27

Browse files
committed
fix test broken due to mixing CWL versions
1 parent d601421 commit 647cd27

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"@types/uuid": "^8.3.3",
4242
"chai": "^4.3.4",
4343
"chai-as-promised": "^7.1.1",
44+
"codecov.io": "^0.1.6",
4445
"mocha": "^9.1.3",
4546
"nyc": "^15.1.0",
47+
"rimraf": "^3.0.2",
4648
"sinon": "^12.0.1",
4749
"ts-node": "^10.4.0",
4850
"typedoc": "^0.22.10",
49-
"typescript": "^4.4.4",
50-
"codecov.io": "^0.1.6",
51-
"rimraf": "^3.0.2"
51+
"typescript": "^4.4.4"
5252
},
5353
"dependencies": {
5454
"js-yaml": "^4.1.0",

src/test/data/examples/valid_js-input-record.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: v1.0
1+
cwlVersion: v1.2
22

33
class: CommandLineTool
44

0 commit comments

Comments
 (0)