Disable caching in workflow

This commit is contained in:
Nikita Karamov 2023-01-25 20:11:08 +01:00
parent af902c144e
commit a532a37a8e
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts
- name: Lint