chore: bump deno version (#6)
Co-authored-by: Satya Rohith <me@satyarohith.com>
This commit is contained in:
parent
a7a9c626e5
commit
020415ad41
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Install Deno
|
||||
uses: denoland/setup-deno@main
|
||||
with:
|
||||
deno-version: 1.18.2
|
||||
deno-version: 1.22.1
|
||||
|
||||
- name: Build site
|
||||
run: deno run -A https://deno.land/x/lume/ci.ts
|
||||
|
|
Loading…
Reference in a new issue