diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 034b1b26..d21eafb2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - run: | yarn && yarn lint && yarn test && cd reader-sdk-react-native-quickstart && yarn @@ -23,7 +23,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 20.x - name: Cache Gradle Dependencies uses: actions/cache@v3 with: @@ -52,7 +52,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 20.x - uses: actions/checkout@v3 - name: Install Dependencies working-directory: ./reader-sdk-react-native-quickstart