Skip to content

Commit fd1a4f6

Browse files
committed
ci: change custom github actions target back to es5
1 parent a15c38f commit fd1a4f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/release-commenter/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2022",
3+
"target": "es5",
44
"lib": ["es2020.string"],
55
"noEmit": true,
66
"strict": true,

.github/actions/triage/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2022",
3+
"target": "es5",
44
"lib": ["es2020.string"],
55
"noEmit": true,
66
"strict": true,

0 commit comments

Comments
 (0)