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 1e196e9 commit 368a7a4Copy full SHA for 368a7a4
.github/workflows/android-ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Node.js
18
uses: actions/setup-node@v2
19
with:
20
- node-version: 18
+ node-version: 20
21
cache: 'yarn'
22
- name: Set up JDK
23
uses: actions/setup-java@v3
.github/workflows/ios-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/setup-node@v3
- name: Install npm dependencies
run: yarn --frozen-lockfile
.github/workflows/macos-ci.yml
@@ -13,7 +13,7 @@ jobs:
13
14
uses: actions/[email protected]
15
- node-version: 16
- name: Cache /node_modules
uses: actions/cache@v2
0 commit comments