ci: fix pnpm cache path for setup-node
This commit is contained in:
parent
a9404a0e6e
commit
a110d8968a
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
||||
with:
|
||||
node-version: '22.9.0'
|
||||
cache: pnpm
|
||||
cache-dependency-path: pnpm-lock.yaml
|
||||
|
||||
- name: Node version
|
||||
run: node -v
|
||||
|
||||
Loading…
Reference in New Issue
Block a user