We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab9c18 commit 352d683Copy full SHA for 352d683
.github/workflows/android.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/setup-java@v3
29
with:
30
distribution: 'temurin'
31
- java-version: '8'
+ java-version: '11'
32
- uses: android-actions/setup-android@v2
33
- name: Android Deps
34
run: |
.github/workflows/npm.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-node@v3
14
15
- node-version: '12'
+ node-version: '16'
16
registry-url: https://registry.npmjs.org/
17
- run: yarn install
18
- run: npm publish --access public
0 commit comments