Skip to content

Commit 99dddd5

Browse files
committed
Fix Node version in GitHub Actions to v22 to satisfy engine requirements
1 parent da0c4c2 commit 99dddd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: '20'
25+
node-version: '22'
2626

2727
- name: Install Dependencies
2828
working-directory: ./AndroidApp

0 commit comments

Comments
 (0)