We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727ba5a commit c1f5f2fCopy full SHA for c1f5f2f
.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
0 commit comments