ci: rely on pnpm/action-setup defaults for PNPM_HOME
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user