Skip to content

Commit e4e5c54

Browse files
committed
👷 Update pull request CI tests
1 parent ec5e51b commit e4e5c54

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pr-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x]
19+
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
@@ -26,7 +26,7 @@ jobs:
2626
version: 7
2727
# cache the dependencies from any node_modules directory
2828
- name: Cache dependencies
29-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3030
with:
3131
path: |
3232
**/node_modules

tests/src/RoutesAndParams.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ describe('RoutesAndParams /routes-and-params/inner-html', () => {
256256
})
257257

258258
describe('RoutesAndParams /routes-and-params/hrefs spa', () => {
259+
jest.retryTimes(3, { logErrorsBeforeRetry: true, retryImmediately: true })
260+
259261
beforeEach(async () => {
260262
await page.goto('http://localhost:6969/routes-and-params/hrefs')
261263
await page.waitForSelector(`[data-application-hydrated]`)

0 commit comments

Comments
 (0)