Skip to content

Commit

Permalink
Merge pull request #21 from FriendsOfREDAXO/schuer-deno-2
Browse files Browse the repository at this point in the history
Upgrade to Deno 2 🦕
  • Loading branch information
schuer authored Oct 17, 2024
2 parents 1c77ee2 + 9ed2b68 commit 98cd5a4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:

- name: Setup Deno
# https://github.com/marketplace/actions/setup-deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: "^1"
deno-version: "^2"

- name: Run generator script
run: deno task start
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"imports": {
"@std/fs": "jsr:@std/fs@^1.0.3",
"@std/fs": "jsr:@std/fs@^1.0.4",
"@std/yaml": "jsr:@std/yaml@^1.0.5"
},
"tasks": {
Expand Down
39 changes: 18 additions & 21 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98cd5a4

Please sign in to comment.