Skip to content

Commit 8a6dfac

Browse files
authored
Merge pull request #256 from Codex-/fix_workflow_id_selection
Fix workflow ID selection
2 parents 74e3f6f + 0f5de32 commit 8a6dfac

File tree

6 files changed

+274
-171
lines changed

6 files changed

+274
-171
lines changed

dist/index.mjs

+10-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"@opentf/std": "^0.13.0",
4141
"@total-typescript/ts-reset": "^0.6.1",
4242
"@types/eslint__js": "^8.42.3",
43-
"@types/node": "^22.7.4",
43+
"@types/node": "~20.14.8",
4444
"@types/uuid": "^10.0.0",
45-
"@typescript-eslint/eslint-plugin": "^8.8.0",
46-
"@typescript-eslint/parser": "^8.8.0",
47-
"@vitest/coverage-v8": "^2.1.2",
45+
"@typescript-eslint/eslint-plugin": "^8.9.0",
46+
"@typescript-eslint/parser": "^8.9.0",
47+
"@vitest/coverage-v8": "^2.1.3",
4848
"chalk": "^5.3.0",
49-
"changelogithub": "^0.13.10",
49+
"changelogithub": "^0.13.11",
5050
"esbuild": "^0.24.0",
5151
"eslint": "^9.12.0",
5252
"eslint-config-prettier": "^9.1.0",
@@ -55,8 +55,8 @@
5555
"eslint-plugin-import": "^2.31.0",
5656
"eslint-plugin-import-x": "^4.3.1",
5757
"prettier": "3.3.3",
58-
"typescript": "^5.6.2",
59-
"typescript-eslint": "^8.8.0",
60-
"vitest": "^2.1.2"
58+
"typescript": "^5.6.3",
59+
"typescript-eslint": "^8.9.0",
60+
"vitest": "^2.1.3"
6161
}
6262
}

0 commit comments

Comments
 (0)