fix: allow pnpm cache probe under node 18

This commit is contained in:
Affaan Mustafa
2026-04-13 00:21:42 -07:00
parent ef7613c526
commit 1a950e4f83
2 changed files with 4 additions and 0 deletions

View File

@@ -78,6 +78,8 @@ jobs:
if: inputs.package-manager == 'pnpm'
id: pnpm-cache-dir
shell: bash
env:
COREPACK_ENABLE_STRICT: '0'
run: echo "dir=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Cache pnpm