Skip to content

Commit

Permalink
[Deno Deploy] Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deno-deploy[bot] authored Nov 26, 2024
1 parent d12c2c7 commit 050a67a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
uses: actions/checkout@v4

- name: Install Deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: v1.x
deno-version: v2.x

- name: Install Node.js
uses: actions/setup-node@v4
Expand All @@ -40,3 +40,5 @@ jobs:
project: "credebl-dev-ui"
entrypoint: "server/entry.mjs"
root: "dist"


0 comments on commit 050a67a

Please sign in to comment.