Skip to content

Commit f5efd3c

Browse files
committed
fix: package.json
1 parent a9cfa66 commit f5efd3c

2 files changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [16.x, 18.x]
14+
node-version: [23.x, 18.x]
1515

1616
steps:
1717
- uses: actions/checkout@v3

package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,5 @@
2929
"jest": "^29.7.0",
3030
"supertest": "^7.1.0",
3131
"jest-extended": "^3.2.4"
32-
},
33-
"jest": {
34-
"testEnvironment": "node",
35-
"setupFilesAfterEnv": ["jest-extended/all"],
36-
"reporters": [
37-
"default",
38-
["jest-junit", {
39-
"outputDirectory": "test-results",
40-
"outputName": "junit.xml"
41-
}]
42-
]
4332
}
4433
}

0 commit comments

Comments
 (0)