This repository was archived by the owner on Jul 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1010 - uses : olafurpg/setup-scala@v5
1111 - name : Check Scalafmt/Scaladoc
1212 run : sbt ++2.13.2 scalafmtSbtCheck scalafmtCheck test:scalafmtCheck current/doc core/doc
13+ - name : Install NPM deps
14+ run : npm install
15+ - name : Check README
16+ run : npm run lint-md
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ Scala.js type facades for Node.js v10 and v12.
44
55## Support matrix
66
7- | | ScalaJS 0.6.28+ | ScalaJS 1.x |
8- | ---------- | :----------------: | :------------: |
7+ | | ScalaJS 0.6.28+ | ScalaJS 1.x |
8+ | ---------- | :----------------: | :----------------------------- : |
99| Scala 2.13 | :heavy_check_mark : | :heavy_check_mark : from v0.10.0 |
1010| Scala 2.12 | :heavy_check_mark : | :heavy_check_mark : from v0.10.0 |
11- | Scala 2.11 | N/A | N/A |
12- | Scala 2.10 | N/A | N/A |
11+ | Scala 2.11 | N/A | N/A |
12+ | Scala 2.10 | N/A | N/A |
1313
1414- :heavy_check_mark : Supported
1515- :construction : Not supported but planned
Original file line number Diff line number Diff line change 1212 ]
1313 },
1414 "dependencies" : {
15- "remark-cli" : " ^7 .0.0" ,
16- "remark-preset-lint-recommended" : " ^3 .0.3 " ,
15+ "remark-cli" : " ^8 .0.0" ,
16+ "remark-preset-lint-recommended" : " ^4 .0.0 " ,
1717 "source-map-support" : " ^0.5.13"
1818 }
1919}
You can’t perform that action at this time.
0 commit comments