diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b911da..b363d29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - - run: yarn --frozen-lockfile + -example run: yarn --frozen-lockfile - run: yarn prettier --check . - run: yarn lint - run: yarn build @@ -37,6 +37,8 @@ jobs: node-version: '16' - run: yarn --frozen-lockfile - uses: gradle/gradle-build-action@v2 + with: + gradle-version: 6.5 - name: Create Gradle Wrapper scripts working-directory: ./android run: gradle wrapper --gradle-version 5.4.1