Skip to content

Commit 8bddab6

Browse files
josephperrottAndrewKushnir
authored andcommitted
ci: use version 13.15.1 of firebase-tools for deployment of doc sites (angular#57583)
Use 13.15.1 instead of tracking to latest to prevent unexpected and unbisectable changes. PR Close angular#57583
1 parent 6e28f96 commit 8bddab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/deploy-docs-site/lib/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export async function setupRedirect(deployment: Deployment) {
103103
}
104104

105105
function firebase(cmd: string, cwd?: string) {
106-
spawnSync('npx', `-y firebase-tools@latest ${cmd}`.split(' '), {
106+
spawnSync('npx', `-y firebase-tools@13.15.1 ${cmd}`.split(' '), {
107107
cwd,
108108
encoding: 'utf-8',
109109
shell: true,

.github/actions/deploy-docs-site/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11415,7 +11415,7 @@ async function setupRedirect(deployment) {
1141511415
await rm(tmpRedirectDir, { recursive: true });
1141611416
}
1141711417
function firebase(cmd, cwd) {
11418-
spawnSync("npx", `-y firebase-tools@latest ${cmd}`.split(" "), {
11418+
spawnSync("npx", `-y firebase-tools@13.15.1 ${cmd}`.split(" "), {
1141911419
cwd,
1142011420
encoding: "utf-8",
1142111421
shell: true,

0 commit comments

Comments
 (0)