Skip to content

Commit f39b10d

Browse files
committed
Added missing Node versions to CI
- I'm not sure about Node 10 but we previously had it listed in Appveyor and Travis despite it not being listed as supported in the README - also adds the missing odd numbered Node versions
1 parent 8db96d4 commit f39b10d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ jobs:
2222
architecture:
2323
- x64
2424
node:
25+
- 10
26+
- 11
2527
- 12
28+
- 13
2629
- 14
30+
- 15
2731
- 16
2832
- 17
2933
include:

0 commit comments

Comments
 (0)