File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44} from "./supported_versions.ts" ;
55
66async function main ( ) : Promise < void > {
7- const supportedVersions = await loadSupportedVersions ( "main" ) ;
7+ const supportedVersions = await loadSupportedVersions ( ) ;
88 await updateREADME ( supportedVersions ) ;
99 await updateGithubWorkflowsTest ( supportedVersions ) ;
1010}
Original file line number Diff line number Diff line change 105105 "gen:function" : " deno run -A ./.scripts/gen-function/gen-function.ts" ,
106106 "gen:option" : " deno run -A ./.scripts/gen-option/gen-option.ts" ,
107107 "gen" : " deno task gen:function && deno task gen:option && deno fmt" ,
108- "apply:supported-versions" : " deno run --allow-net --allow-read --allow-write .scripts/apply-supported-versions.ts"
108+ "apply:supported-versions" : " deno run --allow-net --allow-read --allow-write --allow-env .scripts/apply-supported-versions.ts"
109109 }
110110}
You can’t perform that action at this time.
0 commit comments