Skip to content

Commit 1d084b8

Browse files
committed
chore: try publish expo build with firebase
1 parent aef3d5b commit 1d084b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/firebase-deploy.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Setup node
21-
uses: actions/setup-node@v4.0.2
21+
uses: actions/setup-node@v3
2222
with:
23-
node-version: 18.x
24-
cache: 'npm'
23+
node-version: 20
24+
registry-url: 'https://registry.npmjs.org/'
25+
cache: 'pnpm'
2526

2627
- name: Set up JDK 17
2728
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)