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 bb825e4 commit 6ea263d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
pnpm --version
which pnpm
echo $PNPM_HOME
echo $PATH
- name: Install deps
run: deno task setup:${{ matrix.runtime }}
Expand Down
1 change: 1 addition & 0 deletions tasks/setup_node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ for (const [specifier, version] of Object.entries(denoConfig.imports)) {
: version;
}

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

await Deno.writeTextFile(
Expand Down

0 comments on commit 6ea263d

Please sign in to comment.