Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Aug 23, 2024
1 parent f9b2344 commit bb825e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
corepack prepare pnpm --activate
corepack --version
pnpm --version
which pnpm
echo $PNPM_HOME
- name: Install deps
run: deno task setup:${{ matrix.runtime }}
Expand Down
2 changes: 2 additions & 0 deletions tasks/setup_node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ for (const [specifier, version] of Object.entries(denoConfig.imports)) {
: version;
}

console.log("PNPM_HOME:", Deno.env.get("PNPM_HOME"));

await Deno.writeTextFile(
"./package.json",
JSON.stringify({
Expand Down

0 comments on commit bb825e4

Please sign in to comment.