Skip to content

Commit cabf862

Browse files
build: Upgrade to Node 20
1 parent 5ed5c86 commit cabf862

File tree

6 files changed

+12266
-9101
lines changed

6 files changed

+12266
-9101
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
node: [20, 24]
15-
continue-on-error: ${{ matrix.node == 24 }}
1615
steps:
1716
- uses: actions/checkout@v4
1817
- uses: actions/setup-node@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

jest.config.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,4 @@ const config = createConfig('jest', {
2222
testEnvironment: 'jsdom',
2323
});
2424

25-
// delete config.testURL;
26-
27-
config.reporters = [...(config.reporters || []), ["jest-console-group-reporter", {
28-
// change this setting if need to see less details for each test
29-
// reportType: "summary" | "details",
30-
// enable: true | false,
31-
afterEachTest: {
32-
enable: true,
33-
filePaths: false,
34-
reportType: "details",
35-
},
36-
afterAllTests: {
37-
reportType: "summary",
38-
enable: true,
39-
filePaths: true,
40-
},
41-
}]];
42-
4325
module.exports = config;

0 commit comments

Comments
 (0)