Skip to content

Commit dba96dd

Browse files
committed
fixup! create cross platform ci, drop linting and code cov for now
1 parent 0fc566f commit dba96dd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/experimental.ci.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,27 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest, windows-latest]
26+
node-version:
27+
- "0.10.x"
28+
- "0.12.x"
29+
- "4.x"
30+
- "5.x"
31+
- "6.x"
32+
- "7.x"
33+
- "8.x"
34+
- "9.x"
35+
- "10.x"
36+
- "11.x"
37+
- "12.x"
38+
- "13.x"
39+
- "14.x"
40+
- "15.x"
41+
- "16.x"
42+
- "17.x"
43+
- "18.x"
44+
- "19.x"
45+
- "20.x"
46+
- "21.x"
2647
include:
2748
- node-version: "0.10.x"
2849

0 commit comments

Comments
 (0)