[Deno Deploy] Update .github/workflows/deploy.yml

This commit is contained in:
deno-deploy[bot]
2025-07-21 02:12:51 +00:00
committed by GitHub
parent 4c31a1d746
commit 46f7e11678

View File

@@ -29,10 +29,10 @@ jobs:
node-version: lts/*
- name: Install step
run: "pnpm install"
run: "npm install"
- name: Build step
run: "pnpm build"
run: "npm run build"
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1