Remove pnpm cache from setup-node to fix Gitea Actions timeout
This commit is contained in:
@@ -18,7 +18,6 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: pnpm
|
||||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm check
|
||||
|
||||
Reference in New Issue
Block a user