Skip to content

Commit b57277e

Browse files
committed
update github flows
1 parent 3303a72 commit b57277e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
- name: Install pnpm
15+
run: npm install -g pnpm
1416
- run: pnpm build
1517
- uses: FirebaseExtended/action-hosting-deploy@v0
1618
with:

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
- name: Install pnpm
17+
run: npm install -g pnpm
1618
- run: pnpm build
1719
- uses: FirebaseExtended/action-hosting-deploy@v0
1820
with:

0 commit comments

Comments
 (0)