ci: rely on pnpm/action-setup defaults for PNPM_HOME
parent
df6954541e
commit
f2438f82ab
|
|
@ -20,13 +20,7 @@ jobs:
|
||||||
run: node -v
|
run: node -v
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
run: pnpm install --frozen-lockfile --ignore-scripts=false
|
||||||
PNPM_HOME: ~/.pnpm
|
|
||||||
PNPM_IGNORE_SCRIPTS: "false"
|
|
||||||
run: |
|
|
||||||
export PNPM_HOME="${PNPM_HOME:-$HOME/.pnpm}"
|
|
||||||
export PATH="$PNPM_HOME:$PATH"
|
|
||||||
pnpm install --frozen-lockfile --ignore-scripts=false
|
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: pnpm lint
|
run: pnpm lint
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue