File tree 3 files changed +20
-1
lines changed
3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1616
1616
"contributions" : [
1617
1617
" code"
1618
1618
]
1619
+ },
1620
+ {
1621
+ "login" : " julienw" ,
1622
+ "name" : " Julien Wajsberg" ,
1623
+ "avatar_url" : " https://avatars.githubusercontent.com/u/454175?v=4" ,
1624
+ "profile" : " http://everlong.org/" ,
1625
+ "contributions" : [
1626
+ " code" ,
1627
+ " bug"
1628
+ ]
1619
1629
}
1620
1630
],
1621
1631
"repoHost" : " https://github.com" ,
Original file line number Diff line number Diff line change 29
29
# Otherwise we would not know if the problem is tied to the Node.js version
30
30
fail-fast : false
31
31
matrix :
32
- node : [18, 20]
32
+ node : [14, 16, 18, 20]
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : ⬇️ Checkout repo
43
43
with :
44
44
node-version : ${{ matrix.node }}
45
45
46
+ # Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
47
+ - name : Setup package manager
48
+ run :
npm install -g [email protected]
49
+
46
50
- name : 📥 Download deps
47
51
uses : bahmutov/npm-install@v1
48
52
with :
80
84
with :
81
85
node-version : 18
82
86
87
+ # Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
88
+ - name : Setup package manager
89
+ run :
npm install -g [email protected]
90
+
83
91
- name : 📥 Download deps
84
92
uses : bahmutov/npm-install@v1
85
93
with :
Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ Thanks goes to these people ([emoji key][emojis]):
345
345
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DaniAcu"><img src="https://avatars.githubusercontent.com/u/26409015?v=4?s=100" width="100px;" alt="Daniel Acuña"/><br /><sub><b>Daniel Acuña</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=DaniAcu" title="Code">💻</a></td>
346
346
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jlp-craigmorten"><img src="https://avatars.githubusercontent.com/u/124147726?v=4?s=100" width="100px;" alt="Craig Morten"/><br /><sub><b>Craig Morten</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=jlp-craigmorten" title="Code">💻</a></td>
347
347
<td align="center" valign="top" width="14.28%"><a href="https://naor.dev"><img src="https://avatars.githubusercontent.com/u/6171622?v=4?s=100" width="100px;" alt="Naor Peled"/><br /><sub><b>Naor Peled</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=naorpeled" title="Code">💻</a></td>
348
+ <td align="center" valign="top" width="14.28%"><a href="http://everlong.org/"><img src="https://avatars.githubusercontent.com/u/454175?v=4?s=100" width="100px;" alt="Julien Wajsberg"/><br /><sub><b>Julien Wajsberg</b></sub></a><br /><a href="https://github.com/testing-library/dom-testing-library/commits?author=julienw" title="Code">💻</a> <a href="https://github.com/testing-library/dom-testing-library/issues?q=author%3Ajulienw" title="Bug reports">🐛</a></td>
348
349
</tr>
349
350
</tbody >
350
351
</table >
You can’t perform that action at this time.
0 commit comments