1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 16:23:53 +00:00

debug cache store path

This commit is contained in:
Anders Åberg
2025-12-16 00:03:28 +01:00
parent 10a3e26976
commit cb3c63d5dd
2 changed files with 11 additions and 0 deletions

View File

@@ -262,6 +262,8 @@ jobs:
run: |
node --version
pnpm --version
echo "pnpm store path: $(pnpm store path)"
echo "PNPM_HOME: $PNPM_HOME"
- name: Download browser source
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
@@ -398,6 +400,8 @@ jobs:
run: |
node --version
pnpm --version
echo "pnpm store path: $(pnpm store path)"
echo "PNPM_HOME: $PNPM_HOME"
- name: Log in to Azure
uses: bitwarden/gh-actions/azure-login@main

View File

@@ -74,6 +74,13 @@ jobs:
cache: 'pnpm'
node-version: ${{ steps.retrieve-node-version.outputs.node_version }}
- name: Print environment
run: |
node --version
pnpm --version
echo "pnpm store path: $(pnpm store path)"
echo "PNPM_HOME: $PNPM_HOME"
- name: Install Node dependencies
run: pnpm install --frozen-lockfile