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:
4
.github/workflows/build-browser.yml
vendored
4
.github/workflows/build-browser.yml
vendored
@@ -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
|
||||
|
||||
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user