Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit e0d068d

Browse files
authored
migrate to tsx to run script (#388)
* migrate to tsx to run script * fix jest config * fix * fix lockfile * update * update to node 20 * fix node in ci
1 parent 5da7b7c commit e0d068d

File tree

5 files changed

+1610
-5942
lines changed

5 files changed

+1610
-5942
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 14.x
18+
node-version: 18.x
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Check format

jest.config.ts renamed to jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://jestjs.io/docs/configuration
44
*/
55

6-
export default {
6+
module.exports = {
77
// All imported modules in your tests should be mocked automatically
88
// automock: false,
99

0 commit comments

Comments
 (0)