From 2d459c5ef0a0f6c24d6a9c9800ee167de6b9b5c6 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Sat, 25 Feb 2023 15:24:17 -0800 Subject: [PATCH] Update ci workflow --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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