Skip to content

Commit 0fc4309

Browse files
[Deno Deploy] Update .github/workflows/deploy.yml
1 parent 06d5235 commit 0fc4309

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
node-version: lts/*
3030

3131
- name: Install step
32-
run: "pnpm install"
32+
run: "npm install"
3333

3434
- name: Build step
35-
run: "pnpm run build"
35+
run: "npm run build"
3636

3737
- name: Upload to Deno Deploy
3838
uses: denoland/deployctl@v1

0 commit comments

Comments
 (0)