- update dependencies

- upgrade octokit/rest
- attempt to fix jest with new octokit version
This commit is contained in:
Mike Penz
2025-01-31 19:16:53 +01:00
parent 47477f0973
commit 0f404b0f90
14 changed files with 866 additions and 1049 deletions
+1
View File
@@ -3,6 +3,7 @@ import * as process from 'process'
import * as cp from 'child_process'
import * as fs from 'fs'
import {clear} from '../src/transform.js'
import {jest} from '@jest/globals'
jest.setTimeout(180000)
clear()