Skip to content

Commit

Permalink
use deno everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
k4y4k committed Mar 30, 2024
1 parent ee90764 commit 1eca896
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,8 @@ 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: "npm run build"
run: "deno task build"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
Expand Down
Binary file removed bun.lockb
Binary file not shown.

0 comments on commit 1eca896

Please sign in to comment.