Skip to content

Commit 464ccb5

Browse files
committed
change default cli-channel from latest to stable
1 parent 02d98c9 commit 464ccb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26864,7 +26864,7 @@ const argsConfig = {
2686426864
options: {
2686526865
"skip-download": { type: 'boolean' },
2686626866
"skip-login": { type: 'boolean' },
26867-
"cli-channel": { type: 'string', default: 'latest' },
26867+
"cli-channel": { type: 'string', default: 'stable' },
2686826868
},
2686926869
};
2687026870
const uuidRegex = /^[\dabcdef-]+$/;

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const argsConfig = {
1818
options: {
1919
"skip-download": { type: 'boolean' },
2020
"skip-login": { type: 'boolean' },
21-
"cli-channel": { type: 'string', default: 'latest' },
21+
"cli-channel": { type: 'string', default: 'stable' },
2222
},
2323
};
2424
const uuidRegex = /^[\dabcdef-]+$/;

0 commit comments

Comments
 (0)