Skip to content

Commit 532c81f

Browse files
authored
CHUDMAXXING
1 parent a464d61 commit 532c81f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pr-firebase-deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323

24+
- name: Setup Node.js
25+
uses: actions/setup-node@v3
26+
with:
27+
node-version: 20
28+
29+
- name: Install pnpm
30+
run: npm install -g pnpm
31+
2432
- name: Install dependencies
2533
run: pnpm install
2634

0 commit comments

Comments
 (0)