Skip to content

Commit

Permalink
Upgrade lumocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Oct 20, 2024
1 parent 3aaa50b commit 14728fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.39.1
deno-version: "v2.0.2"

- name: Run Lume
run: deno task lume
Expand Down
4 changes: 2 additions & 2 deletions docs/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"serve": "deno task lume -s --port=8000"
},
"imports": {
"lume/": "https://deno.land/x/lume@v2.0.1/",
"lumocs/": "https://deno.land/x/[email protected].2/"
"lume/": "https://deno.land/x/lume@v2.3.3/",
"lumocs/": "https://deno.land/x/[email protected].3/"
}
}

0 comments on commit 14728fe

Please sign in to comment.