Remove action cache
This commit is contained in:
parent
ed82a60a84
commit
08cbe31fc7
3 changed files with 1 additions and 4 deletions
1
.github/workflows/auto-documentation.yml
vendored
1
.github/workflows/auto-documentation.yml
vendored
|
|
@ -21,7 +21,6 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache: 'pnpm'
|
||||
- run: pnpm i
|
||||
- run: pnpm run docs
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
|
|
|
|||
1
.github/workflows/release-matrix.yml
vendored
1
.github/workflows/release-matrix.yml
vendored
|
|
@ -20,7 +20,6 @@ jobs:
|
|||
with:
|
||||
node-version: 16
|
||||
check-latest: true
|
||||
cache: 'pnpm'
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 6.0.2
|
||||
|
|
|
|||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -14,8 +14,7 @@ jobs:
|
|||
- name: Use Node.js 14
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
cache: 'pnpm'
|
||||
node-version: 16
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 6.0.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue