ci: try without cache

This commit is contained in:
alexander.akait 2023-04-06 20:54:13 +03:00
parent d656d7fabc
commit 3dcbb94cfd
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ jobs:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 17.x
cache: "yarn"
- run: yarn --frozen-lockfile
- uses: actions/cache@v3
with: