Skip to content

Commit

Permalink
Revert "ci: Update to deno 2.0.1"
Browse files Browse the repository at this point in the history
This reverts commit 40ebb3d.
  • Loading branch information
dhardtke committed Oct 17, 2024
1 parent f84cb3e commit 7d33cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- "deps-test.ts"
workflow_dispatch:
env:
denoVersion: "v2.0.1"
denoVersion: "v2.0.0"
DENO_DIR: deno
jobs:
lint:
Expand Down

1 comment on commit 7d33cba

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 7d33cba Oct 17, 2024

Choose a reason for hiding this comment

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

Failed to deploy:

Your deployment uses decorators. The default for 'experimentalDecorators' will be changing to 'false'. In the meantime, please explicitly set the 'experimentalDecorators' compiler option. For more information, see https://deno.com/deploy/changelog#es-decorators-are-enabled-on-deno-deploy-replacing-experimental-ts-decorators

Please sign in to comment.