Skip to content

Commit 676498c

Browse files
committed
reverting back to node20
1 parent 51d49c4 commit 676498c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Setup Node.js
106106
uses: actions/setup-node@v4
107107
with:
108-
node-version: '22'
108+
node-version: '20'
109109

110110
- name: Install Dependencies
111111
run: |
@@ -138,7 +138,6 @@ jobs:
138138
run: |
139139
cd example
140140
yarn install
141-
142141
cd android
143142
./gradlew compileKotlin compileJava --no-daemon --no-build-cache
144143

0 commit comments

Comments
 (0)