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 727ba5a commit 429d1f1Copy full SHA for 429d1f1
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v3
8
- uses: actions/setup-node@v3
9
with:
10
- node-version: 16.x
+ node-version: 20.x
11
- run: |
12
yarn && yarn lint && yarn test &&
13
cd reader-sdk-react-native-quickstart && yarn
@@ -23,7 +23,7 @@ jobs:
23
- name: Use Node.js
24
uses: actions/setup-node@v1
25
26
27
- name: Cache Gradle Dependencies
28
uses: actions/cache@v3
29
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
- name: Install Dependencies
58
working-directory: ./reader-sdk-react-native-quickstart
0 commit comments