Skip to content

Commit

Permalink
web service needs --allow-import in deno 2
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Nov 2, 2024
1 parent 65260c0 commit 2d2998c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:
fail-fast: false
matrix:
deno-version:
- v1.40
- v1.45
- v2.0
- canary

Expand All @@ -94,7 +92,7 @@ jobs:

- name: Check generation/deploy/mod.ts
if: always()
run: time deno check generation/deploy/mod.ts
run: time deno check --allow-import=cdn.skypack.dev,deno.land generation/deploy/mod.ts

validate-codegen:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2d2998c

Please sign in to comment.