Skip to content

Commit

Permalink
Update deno.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remloyal authored Apr 8, 2024
1 parent f0178a6 commit 4714bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
# Uncomment this step to verify the use of 'deno fmt' on each commit.
# - name: Verify formatting
# run: deno fmt --check
- name: Install Dependencies
run: npm install -g [email protected] && pnpm i --frozen-lockfile
# - name: Install Dependencies
# run: npm install -g [email protected] && pnpm i --frozen-lockfile

- name: Run tests
run: ./build.bat

0 comments on commit 4714bca

Please sign in to comment.