Skip to content

Commit

Permalink
Revert "use deno everywhere"
Browse files Browse the repository at this point in the history
This reverts commit 1eca896.
  • Loading branch information
k4y4k committed Mar 30, 2024
1 parent 1eca896 commit 4173292
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,16 @@ jobs:
with:
deno-version: v1.x

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*

- name: Install step
run: "npm install"

- name: Build step
run: "deno task build"
run: "npm run build"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
Expand Down

0 comments on commit 4173292

Please sign in to comment.