diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55b4de27..aaa6157e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,6 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' - cache: yarn - run: yarn install --immutable --immutable-cache --check-cache @@ -78,7 +77,6 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' - cache: yarn - name: Install Java JDK 8 uses: actions/setup-java@v3