Disable caching in workflow
parent
af902c144e
commit
a532a37a8e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue