mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-10 21:46:27 +02:00
Fix test job
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 15.x, 16.x]
|
||||
node-version: [17.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@@ -26,5 +26,8 @@ exports[`<App /> renders 1`] = `
|
||||
Welcome Home!
|
||||
</h1>
|
||||
</div>
|
||||
<div
|
||||
className="Toastify"
|
||||
/>
|
||||
</div>
|
||||
`;
|
||||
|
Reference in New Issue
Block a user