Skip to content

Commit

Permalink
Merge branch 'main' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Oct 3, 2023
2 parents 3580f25 + a7b7252 commit 37ccada
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .all-contributorsrc
Expand Up @@ -1616,6 +1616,16 @@
"contributions": [
"code"
]
},
{
"login": "julienw",
"name": "Julien Wajsberg",
"avatar_url": "https://avatars.githubusercontent.com/u/454175?v=4",
"profile": "http://everlong.org/",
"contributions": [
"code",
"bug"
]
}
],
"repoHost": "https://github.com",
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/validate.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
# Otherwise we would not know if the problem is tied to the Node.js version
fail-fast: false
matrix:
node: [18, 20]
node: [14, 16, 18, 20]
runs-on: ubuntu-latest
steps:
- name: 猬囷笍 Checkout repo
Expand All @@ -43,6 +43,10 @@ jobs:
with:
node-version: ${{ matrix.node }}

# Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
- name: Setup package manager
run: npm install -g npm@9.2.0

- name: 馃摜 Download deps
uses: bahmutov/npm-install@v1
with:
Expand Down Expand Up @@ -80,6 +84,10 @@ jobs:
with:
node-version: 18

# Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
- name: Setup package manager
run: npm install -g npm@9.2.0

- name: 馃摜 Download deps
uses: bahmutov/npm-install@v1
with:
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -345,6 +345,7 @@ Thanks goes to these people ([emoji key][emojis]):
<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>
<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>
<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>
<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>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 37ccada

Please sign in to comment.