Skip to content

Commit

Permalink
fixup! 💥 pnpm -> deno
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Oct 17, 2024
1 parent 45f2f8b commit 23f2562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno install
- run: deno task build

check:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno install
- run: deno task build
- run: |
tag="${GITHUB_REF#refs/tags/}"
Expand Down

0 comments on commit 23f2562

Please sign in to comment.