Skip to content

Commit b090f9a

Browse files
fix: node version in E2E android
1 parent 174ff8e commit b090f9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
submodules: recursive
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version-file: '.nvmrc'
34+
node-version: 18
3535
cache: 'yarn'
3636
- name: Set up JDK 17
3737
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)