ci: fix pnpm cache path for setup-node

main
Peter Steinberger 2025-11-25 05:39:32 +01:00
parent dc0014b85d
commit 87a42fcdce
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ jobs:
with: with:
node-version: '22.9.0' node-version: '22.9.0'
cache: pnpm cache: pnpm
cache-dependency-path: pnpm-lock.yaml
- name: Node version - name: Node version
run: node -v run: node -v