|
24 | 24 | Linux:
|
25 | 25 | strategy:
|
26 | 26 | matrix:
|
27 |
| - node: [8, 9, 10, 11, 12, 13, 14, 16, 18] |
| 27 | + node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20] |
28 | 28 | canvas_tag: [] # e.g. "v2.6.1"
|
29 | 29 | name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Linux
|
30 | 30 | runs-on: ubuntu-latest
|
|
97 | 97 | macOS:
|
98 | 98 | strategy:
|
99 | 99 | matrix:
|
100 |
| - node: [8, 9, 10, 11, 12, 13, 14, 16, 18] |
| 100 | + node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20] |
101 | 101 | canvas_tag: [] # e.g. "v2.6.1"
|
102 | 102 | name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, macOS
|
103 | 103 | runs-on: macos-latest
|
@@ -163,7 +163,7 @@ jobs:
|
163 | 163 | Win:
|
164 | 164 | strategy:
|
165 | 165 | matrix:
|
166 |
| - node: [8, 9, 10, 11, 12, 13, 14, 16, 18] |
| 166 | + node: [8, 9, 10, 11, 12, 13, 14, 16, 18, 20] |
167 | 167 | canvas_tag: [] # e.g. "v2.6.1"
|
168 | 168 | name: ${{ matrix.canvas_tag}}, Node.js ${{ matrix.node }}, Windows
|
169 | 169 | runs-on: windows-latest
|
|
0 commit comments