Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Mar 25, 2024
1 parent c366cd7 commit 98e651c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-to-deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
node-version: lts/*

- name: Install step
run: "pnpm i"
run: |
npm install -g pnpm
pnpm i
- name: Build step
run: "pnpm build"
Expand Down

0 comments on commit 98e651c

Please sign in to comment.