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 12, 2024
1 parent 3835c63 commit 6600ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Deno
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,5 +40,5 @@ jobs:
project: "credebl-dev-ui"
entrypoint: "server/entry.mjs"
root: "dist"

include: deno.json,import_map.json

1 comment on commit 6600ed8

@deno-deploy
Copy link
Contributor Author

@deno-deploy deno-deploy bot commented on 6600ed8 Nov 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/server/entry.mjs".

Please sign in to comment.