Skip to content

Commit

Permalink
ci: Temporarily add lockfile update step
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardtke committed Oct 17, 2024
1 parent bd454a5 commit fe3b16d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
echo brotli version
brotli --version
- name: Update cache (WIP)
run: deno cache --allow-import --lock deno.lock ./deps.ts

- name: Build
run: deno task build

Expand Down

1 comment on commit fe3b16d

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on fe3b16d 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.