Skip to content

Commit

Permalink
upgrade deno and lume
Browse files Browse the repository at this point in the history
  • Loading branch information
espinoco committed May 24, 2024
1 parent 3aaa567 commit 38849c5
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 2,320 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_static_content_to_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup deno
uses: denoland/setup-deno@v1
with:
deno-version: "1.41.2"
deno-version: "1.43.5"
- run: deno task lume
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This site uses [deno](https://github.com/denoland/deno) as the JavaScript runtim

## Dependencies

Deno 1.41.2
Deno 1.43.5

## Development

Expand Down
7 changes: 6 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"serve": "deno task lume -s"
},
"imports": {
"lume/": "https://deno.land/x/[email protected]/"
"lume/": "https://deno.land/x/[email protected]/"
},
"compilerOptions": {
"types": [
"lume/types.ts"
]
}
}
Loading

0 comments on commit 38849c5

Please sign in to comment.