Skip to content

Commit 5d0fca3

Browse files
removed ts-jest dependency (#6)
1 parent 1e72b95 commit 5d0fca3

File tree

3 files changed

+753
-185
lines changed

3 files changed

+753
-185
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 16
15+
node-version: 18
1616
- run: npm ci
1717
- run: npm run build
1818
- run: npm run test

0 commit comments

Comments
 (0)