Skip to content

Commit 37ccada

Browse files
authored
Merge branch 'main' into alpha
2 parents 3580f25 + a7b7252 commit 37ccada

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.all-contributorsrc

+10
Original file line numberDiff line numberDiff line change
@@ -1616,6 +1616,16 @@
16161616
"contributions": [
16171617
"code"
16181618
]
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+
]
16191629
}
16201630
],
16211631
"repoHost": "https://github.com",

.github/workflows/validate.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Otherwise we would not know if the problem is tied to the Node.js version
3030
fail-fast: false
3131
matrix:
32-
node: [18, 20]
32+
node: [14, 16, 18, 20]
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: ⬇️ Checkout repo
@@ -43,6 +43,10 @@ jobs:
4343
with:
4444
node-version: ${{ matrix.node }}
4545

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+
4650
- name: 📥 Download deps
4751
uses: bahmutov/npm-install@v1
4852
with:
@@ -80,6 +84,10 @@ jobs:
8084
with:
8185
node-version: 18
8286

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+
8391
- name: 📥 Download deps
8492
uses: bahmutov/npm-install@v1
8593
with:

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ Thanks goes to these people ([emoji key][emojis]):
345345
<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>
346346
<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>
347347
<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>
348349
</tr>
349350
</tbody>
350351
</table>

0 commit comments

Comments
 (0)