Skip to content

Commit 429d1f1

Browse files
changed node version to 20 again
1 parent 727ba5a commit 429d1f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Use Node.js
2424
uses: actions/setup-node@v1
2525
with:
26-
node-version: 16.x
26+
node-version: 20.x
2727
- name: Cache Gradle Dependencies
2828
uses: actions/cache@v3
2929
with:
@@ -52,7 +52,7 @@ jobs:
5252
- name: Use Node.js
5353
uses: actions/setup-node@v1
5454
with:
55-
node-version: 16.x
55+
node-version: 20.x
5656
- uses: actions/checkout@v3
5757
- name: Install Dependencies
5858
working-directory: ./reader-sdk-react-native-quickstart

0 commit comments

Comments
 (0)