mirror of
https://github.com/bitwarden/browser
synced 2026-02-25 09:03:28 +00:00
debug cache store path
This commit is contained in:
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