Skip to content

Commit c1f5f2f

Browse files
changed node version to 20 as pipelines were failing
1 parent 727ba5a commit c1f5f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-node@v3
99
with:
10-
node-version: 16.x
10+
node-version: 20.x
1111
- run: |
1212
yarn && yarn lint && yarn test &&
1313
cd reader-sdk-react-native-quickstart && yarn

0 commit comments

Comments
 (0)