Skip to content

Commit 985d3f2

Browse files
workflows/android.yml: change node-version to 20 (was 22) based on review feedback
Co-authored-by: Rosário P. Fernandes <[email protected]>
1 parent e451068 commit 985d3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 22
22+
node-version: 20
2323
- name: Check Snippets
2424
run: python scripts/checksnippets.py
2525
- name: Copy mock google_services.json

0 commit comments

Comments
 (0)