1 parent f27432f commit cfa621bCopy full SHA for cfa621b
2 files changed
.github/workflows/release-android.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Setup Node.js 🔧
34
uses: actions/setup-node@v3
35
with:
36
- node-version: "16.x"
+ node-version: "18.x"
37
cache: 'yarn'
38
cache-dependency-path: |
39
yarn.lock
.github/workflows/release-ios.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
- node-version: 16
+ node-version: 18
28
29
30
0 commit comments