Skip to content

Commit 8bee2e2

Browse files
committed
Upgrade Auto to 11.1.1
1 parent 3198c56 commit 8bee2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2090,7 +2090,7 @@ const main = async () => {
20902090
return;
20912091
}
20922092
execSync(`echo "//registry.npmjs.org/:_authToken=${npm_auth_token}" > .npmrc`, { stdio: "inherit" });
2093-
execSync("yarn global add auto@11.0.1", { stdio: "inherit" });
2093+
execSync("yarn global add auto@11.1.1", { stdio: "inherit" });
20942094
execSync("yarn install --frozen-lockfile", { stdio: "inherit" });
20952095
execSync("yarn build", { stdio: "inherit" });
20962096
execSync('git config user.email "[email protected]"', { stdio: "inherit" });

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const main = async () => {
1212
return;
1313
}
1414
execSync(`echo "//registry.npmjs.org/:_authToken=${npm_auth_token}" > .npmrc`, { stdio: "inherit" });
15-
execSync("yarn global add auto@11.0.1", { stdio: "inherit" });
15+
execSync("yarn global add auto@11.1.1", { stdio: "inherit" });
1616
execSync("yarn install --frozen-lockfile", { stdio: "inherit" });
1717
execSync("yarn build", { stdio: "inherit" });
1818
execSync('git config user.email "[email protected]"', { stdio: "inherit" });

0 commit comments

Comments
 (0)