Skip to content

Commit cf269e9

Browse files
committed
Force github actions
1 parent 07bc7d8 commit cf269e9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .github/workflows/e2e-testing-android.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
with:
1414
fetch-depth: 1
1515

16-
- name: Use Node.js
17-
uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v3
1817
with:
19-
node-version: '16.x'
20-
cache: 'npm'
18+
node-version-file: '.nvmrc'
2119

2220
- name: Set up JDK 11, Use specific Java version for sdkmanager to work
2321
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)