Skip to content

Commit 7841f34

Browse files
committed
bump version
1 parent 1584de0 commit 7841f34

File tree

3 files changed

+81
-82
lines changed

3 files changed

+81
-82
lines changed

__tests__/main.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {expect, test, beforeAll} from '@jest/globals'
22
import {checkPrContentIgnoreChangelog, mockClient} from '../src/util'
3-
import {rerunJobsBySameWorkflow} from '../src/rerun-jobs'
43
import {env} from 'process'
54
import {Octokit} from '@octokit/rest'
65

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@jest/globals": "^29.4.3",
35-
"@types/node": "^18.14.0",
35+
"@types/node": "^18.14.1",
3636
"@typescript-eslint/parser": "^5.53.0",
3737
"@vercel/ncc": "^0.36.1",
3838
"eslint": "^8.34.0",

0 commit comments

Comments
 (0)