Skip to content

Commit ffd091c

Browse files
committed
update github flow
1 parent 81e8eba commit ffd091c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/firebase-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919

20+
- name: Install pnpm
21+
run: npm install -g pnpm
22+
2023
- name: Setup Node.js
2124
uses: actions/setup-node@v4
2225
with:
2326
node-version: '20'
2427
cache: 'pnpm'
2528
cache-dependency-path: package-lock.json
2629

27-
- name: Install pnpm
28-
run: npm install -g pnpm
29-
3030
- name: Install dependencies
3131
run: pnpm install
3232

0 commit comments

Comments
 (0)