mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
ci: disable package manager caching, because pnpm-lock.yaml is not committed
This commit is contained in:
parent
2a051a8aa5
commit
d1aa69df99
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
- uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: '22'
|
||||
package-manager-cache: false
|
||||
- name: Environment details
|
||||
run: pnpm version
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
- uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: '22'
|
||||
package-manager-cache: false
|
||||
- name: Environment details
|
||||
run: pnpm version
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Reference in a new issue