Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jul 16, 2024
1 parent 7d4c298 commit 4ef89b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
corepack enable pnpm
pnpm setup
source ~/.bashrc
echo "${PNPM_HOME}"
echo "PNPM_HOME=${PNPM_HOME}" >> "$GITHUB_ENV"
echo "${PNPM_HOME}" >> "$GITHUB_PATH"
pnpm install -g renovate
- name: install
run: |
echo "${PNPM_HOME}"
Expand Down

0 comments on commit 4ef89b1

Please sign in to comment.