Skip to content

Commit

Permalink
fix: potentially fix pnpm ENOENT
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-laird committed Dec 9, 2023
1 parent 9899599 commit b0eda12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
deno-version: vx.x.x

- name: Prepare pnpm
run: "touch package.json && echo '{ 'packageManager': 'pnpm@latest' }' >> package.json"

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit b0eda12

Please sign in to comment.