Skip to content

Commit 352d683

Browse files
committed
updated jdk version
1 parent 2ab9c18 commit 352d683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/setup-java@v3
2929
with:
3030
distribution: 'temurin'
31-
java-version: '8'
31+
java-version: '11'
3232
- uses: android-actions/setup-android@v2
3333
- name: Android Deps
3434
run: |

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '12'
15+
node-version: '16'
1616
registry-url: https://registry.npmjs.org/
1717
- run: yarn install
1818
- run: npm publish --access public

0 commit comments

Comments
 (0)